From a2030f959228672265b7534633fc95d0b7fa05a0 Mon Sep 17 00:00:00 2001 From: Zain_ul_din <78583049+Zain-ul-din@users.noreply.github.com> Date: Tue, 26 Sep 2023 21:39:55 +0500 Subject: [PATCH] Update util.ts --- src/lib/util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/util.ts b/src/lib/util.ts index 12a1505cc..b36eb701e 100644 --- a/src/lib/util.ts +++ b/src/lib/util.ts @@ -1,5 +1,5 @@ /** - Stops the main thread for time + Stops the main thread for given time @param number of seconds **/ export async function delay(time: number) {