diff options
Diffstat (limited to 'client-web/source/helper.ts')
-rw-r--r-- | client-web/source/helper.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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)) } |