fix: expected any type

This commit is contained in:
Torsten Dittmann
2024-03-08 00:37:06 +01:00
parent e665286526
commit 5b34fb473c
@@ -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 = '';