Skip to content

Commit

Permalink
fix: eslint lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
moonlitgrace committed Feb 15, 2025
1 parent d8947dc commit d896dd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
let { token }: { token?: string } = $props();
const handle_submit: SubmitFunction = async () => {
return async ({ formData }) => {
return async () => {
// re-run load functions and close this modal
// await invalidateAll();
};
Expand Down

0 comments on commit d896dd6

Please sign in to comment.