Skip to content

Commit

Permalink
fix: stop logging proxy errors (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e authored Feb 3, 2025
1 parent d34563c commit 408fd6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ router.get('/proxy/:url', async (req, res) => {

return res.json(await response.json());
} catch (e: any) {
capture(e);
res.status(500).json({
error: {
code: 500,
Expand Down

0 comments on commit 408fd6a

Please sign in to comment.