From 12e6971b0a9b90aba5f3f0fb22c110c1126b6c88 Mon Sep 17 00:00:00 2001 From: DjDeveloperr Date: Fri, 9 Apr 2021 11:02:31 +0530 Subject: [PATCH] fix --- deploy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.ts b/deploy.ts index ad4df31..0bbccf4 100644 --- a/deploy.ts +++ b/deploy.ts @@ -75,7 +75,7 @@ export function handle( client.handle(cmd, handler) } -// Hacky workaround. Timers don't exist in Deploy runtime, what a shame! +// Hacky workaround. Timers don't exist in Deploy runtime :( if (typeof (window as any).setTimeout !== 'function') { Object.defineProperty(window, 'setTimeout', {