Skip to content

Commit

Permalink
app.ts (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
offensif authored Jan 21, 2025
1 parent 70ecc18 commit 1d4b1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ app.post('/transfers', async (req, res) => {
idContract
);
if (!result) {
log.warn({ name: tr.username }, `Unable to create transfer`);
log.warn({ name: tr.name }, `Unable to create transfer`);
res.status(500).send({ error: 'Unable to create transfer' }).end();
return;
}
Expand Down

0 comments on commit 1d4b1a7

Please sign in to comment.