Skip to content

Commit 89c1f3a

Browse files
committed
Revert to console.log to print error correctly
1 parent a78a916 commit 89c1f3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/backend/src/profile.ts

+2
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ export default () => {
9696
message: 'POST profile',
9797
error: JSON.stringify(e),
9898
});
99+
// eslint-disable-next-line no-console
100+
console.log('POST PROFILE ERROR', e);
99101
res.status(400).send({
100102
message: `Couldn't store profile`,
101103
error: JSON.stringify(e),

0 commit comments

Comments
 (0)