From cafc5da8bf488ca01ce8b46003ade982155b8c7a Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Thu, 4 Jul 2024 19:38:46 -0700 Subject: [PATCH] common: remove wildcard sleep export --- common/src/sleep.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/sleep.ts b/common/src/sleep.ts index b4f9da963..682784479 100644 --- a/common/src/sleep.ts +++ b/common/src/sleep.ts @@ -1 +1 @@ -export * from "@scrypted/server/src/sleep" \ No newline at end of file +export { sleep } from "@scrypted/server/src/sleep" \ No newline at end of file