Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
horacioh committed Nov 21, 2023
1 parent 95e8d86 commit de63ab3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions frontend/apps/site/pages/api/sentry-example-api.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// A faulty API route to test Sentry's error monitoring
export default function handler(_req, res) {
throw new Error("Sentry Example API Route Error");
res.status(200).json({ name: "John Doe" });
throw new Error('Sentry Example API Route Error')
res.status(200).json({name: 'John Doe'})
}
6 changes: 0 additions & 6 deletions frontend/packages/shared/src/use-hover.d.ts

This file was deleted.

0 comments on commit de63ab3

Please sign in to comment.