Skip to content

Commit

Permalink
refactor: log pas utile
Browse files Browse the repository at this point in the history
  • Loading branch information
Shamzic committed Oct 16, 2024
1 parent b25ebcb commit 7bc9ddf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/controllers/followups.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ export async function logSurveyLinkClick(req: Request, res: Response) {
res.redirect(redirectUrl)
} catch (error) {
Sentry.captureException(error)
console.error("error", error)
return res.sendStatus(ErrorStatus.NotFound)
}
}

0 comments on commit 7bc9ddf

Please sign in to comment.