Skip to content
This repository has been archived by the owner on Jun 8, 2019. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
krboktv committed Feb 17, 2019
1 parent 460641f commit 59375f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/handlers/handlers1.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ async function updateRecipientAddress(req, res) {
value.amount = txValue;
}

client.set(id, value, 'EX', keyLifeTime);
client.set(id, JSON.stringify(value), 'EX', keyLifeTime);

console.log(value);

Expand Down

0 comments on commit 59375f5

Please sign in to comment.