Skip to content

Commit d58a77d

Browse files
committed
Update publish.ts
1 parent 2216f30 commit d58a77d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

api_server/src/routes/publish.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ router.post('/on_publish', async function (req: Request, res: Response) {
4242
}
4343

4444
} catch (ex) {
45-
console.error(ex);
46-
// report!
45+
Logger.error(ex);
4746
}
4847

4948
res.status(400).send('Unauthorized');

0 commit comments

Comments
 (0)