common: remove sleep

This commit is contained in:
Koushik Dutta
2024-07-04 16:53:09 -07:00
parent 3875afd002
commit 460441abd2

View File

@@ -1,5 +1,3 @@
export { sleep } from '@scrypted/server/src/sleep';
export interface RefreshPromise<T> {
promise: Promise<T>;
cacheDuration: number;