Skip to content

Commit fb7b110

Browse files
committed
log errors
1 parent 6d9003e commit fb7b110

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ app.get('/:chain_id/:address', async (req, res) => {
173173
})
174174

175175
} catch (error: any) {
176+
console.log(error.message)
176177
res.json({
177178
error: error.message
178179
})

0 commit comments

Comments
 (0)