-
-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API: Replace sleep
command with OS-specific command
#506
Comments
/assign |
Assigned the issue to @rothardo! |
/assign |
@career-yashaswee are you still on this? |
@Allan2000-Git any progress? |
@rajdip-b I thought @career-yashaswee was working on this. Will raise a PR soon. |
I think you can pick it up |
@rajdip-b Can I use |
I'm not sure why you would use JS in the first place |
file is typescript file, but we will have to compile to js right as it cannot understand ts file |
Hmm, that kinda makes sense. But maybe you can look up some npm package? I'm sure there must be one. |
Description
keyshade/apps/api/package.json
Line 19 in 2ddd0ef
The script uses the
sleep
command. We would like to replace it to use an OS specific sleep command.The text was updated successfully, but these errors were encountered: