From 76e05e66ca67ad7b901fde995fbd452a683c4a83 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:29 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=E2=99=8D=20sleep.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/sleep.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/sleep.ts b/src/utils/sleep.ts index 7a17938..02f210e 100644 --- a/src/utils/sleep.ts +++ b/src/utils/sleep.ts @@ -82,3 +82,4 @@ export function withTimeout( if (timer !== undefined) clearTimeout(timer) }) } +