Skip to content

Commit

Permalink
Merge pull request #441 from zikriya/feature/decentralization
Browse files Browse the repository at this point in the history
update bug fixed at updateTransactionStatusByTxId api
  • Loading branch information
zikriya authored Oct 17, 2024
2 parents 5e1801b + bc351ca commit 4b9807f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module.exports = function (router: any) {
receiveTransactionId: txId,
createdByUser: user?._id,
},
{ body },
body,
{ new: true }
);
return res.http200({
Expand Down

0 comments on commit 4b9807f

Please sign in to comment.