Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
daanpersoons committed Aug 5, 2024
1 parent 33f7335 commit 2e70b98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/routes/health.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default defineEventHandler((event) => {
export default defineEventHandler(() => {
return {
message: 'OK'

Check failure on line 3 in server/routes/health.ts

View workflow job for this annotation

GitHub Actions / lint-build-test / Lint Application

Missing trailing comma
}
})
});

Check failure on line 5 in server/routes/health.ts

View workflow job for this annotation

GitHub Actions / lint-build-test / Lint Application

Extra semicolon

0 comments on commit 2e70b98

Please sign in to comment.