Make TS happy

This commit is contained in:
Niek van der Maas 2023-03-17 14:32:32 +01:00
parent b75ca46565
commit 181353b7af
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
import { replace } from "svelte-spa-router";
import SvelteMarkdown from "svelte-markdown";
export let params = {};
export let params = { chatId: undefined };
let chatId: number = parseInt(params.chatId);
let updating: boolean = false;