feat(lstv2 move): moved lstv2 into this app to keep them combined and easier to maintain
This commit is contained in:
3
lstV2/server/globalUtils/delay.ts
Normal file
3
lstV2/server/globalUtils/delay.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export const delay = (ms: number) => {
|
||||
return new Promise((resolve) => setTimeout(resolve, ms));
|
||||
};
|
||||
Reference in New Issue
Block a user