lint fixes

This commit is contained in:
wess
2024-02-26 11:54:40 -05:00
parent 689df57642
commit bc9ddf084e
@@ -7,7 +7,7 @@
import Button from '$lib/elements/forms/button.svelte';
export let show: boolean;
export let webhook: { [key: string]: any };
export let webhook: { [key: string]: string|number|boolean };
const projectId = $page.params.project;
const webhookPath = `${base}/console/project-${projectId}/settings/webhooks/${webhook.$id}`;