Skip to content

Commit

Permalink
Update sign.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
franko4don authored Oct 16, 2024
1 parent 2a279dc commit 6e68aab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend-wbtc/src/routes/sign.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,10 @@ export default (): Resource => ({
fromUser,
index
)
console.log(signature);
res.status(200).json({ signature })
} catch (error: any) {
console.log(error);
res.status(400).json({ error: error.message })
}
},
Expand Down

0 comments on commit 6e68aab

Please sign in to comment.