mirror of
https://github.com/20kaushik02/spotify-manager.git
synced 2026-01-25 14:14:06 +00:00
editorconfig
This commit is contained in:
@@ -3,5 +3,5 @@ const sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms));
|
||||
const randomBool = (chance_of_failure = 0.25) => Math.random() < chance_of_failure;
|
||||
|
||||
module.exports = {
|
||||
sleep, randomBool
|
||||
};
|
||||
sleep, randomBool
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user