Skip to content

Commit

Permalink
ESLint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
anttiasmala committed Feb 7, 2024
1 parent 1eca2c7 commit ef96b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function Home() {
errorFound(e);
}
}
fetchGifts();
fetchGifts().catch((e) => console.error(e));
}, []);

async function handleSubmit(e: FormEvent<HTMLElement>) {
Expand Down

0 comments on commit ef96b0e

Please sign in to comment.