mirror of
https://github.com/20kaushik02/spotify-manager.git
synced 2026-01-25 06:04:05 +00:00
bugfix, ts target stuff
This commit is contained in:
@@ -3,5 +3,3 @@ export const sleep = (ms: number): Promise<unknown> =>
|
||||
|
||||
export const randomBool = (chance_of_failure = 0.25): boolean =>
|
||||
Math.random() < chance_of_failure;
|
||||
|
||||
new Promise((resolve) => setTimeout(resolve, 100));
|
||||
|
||||
Reference in New Issue
Block a user