From bc8bba637e51d1c813c3edcf8747991dc69319e9 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 13 Oct 2022 09:11:56 +0200 Subject: modify client-web to not sent big messages --- client-web/source/helper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client-web/source/helper.ts') diff --git a/client-web/source/helper.ts b/client-web/source/helper.ts index adb5f08..f53c945 100644 --- a/client-web/source/helper.ts +++ b/client-web/source/helper.ts @@ -85,4 +85,4 @@ export function notify(body: string, author?: string) { new Notification(`keks-meet`, { body }) } -export function sleep(delay: number) { return new Promise(r => setTimeout(r, delay)) } \ No newline at end of file +export function sleep(delay: number) { return new Promise(r => setTimeout(r, delay)) } -- cgit v1.2.3-70-g09d2