Skip to content

Commit

Permalink
fix: expected any type
Browse files Browse the repository at this point in the history
  • Loading branch information
TorstenDittmann committed Mar 7, 2024
1 parent e665286 commit 5b34fb4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
import { Submit, trackError, trackEvent } from '$lib/actions/analytics';
import { validateData } from '../wizard/pushFormList.svelte';
/* eslint @typescript-eslint/no-explicit-any: 'off' */
export let message: Models.Message & { data: Record<string, any> };
let title = '';
Expand Down

0 comments on commit 5b34fb4

Please sign in to comment.