Skip to content

Commit

Permalink
Fix input
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyfallWasTaken committed Aug 30, 2024
1 parent d37b656 commit 379c2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}, 1000);
}
const query = createQuery({
$: query = createQuery({
queryKey: ['emails', username, emailDomain],
queryFn: async () => {
const response = await ofetch<Email[]>(
Expand Down

0 comments on commit 379c2f3

Please sign in to comment.