-
-
Notifications
You must be signed in to change notification settings - Fork 152
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
Avoid the callback hell and use promises instead #90
Comments
can I work on this issue? |
Sure, go ahead 👍 |
Can I work on this issue? |
Hi @ani-sha , glad to see you interested in this issue. But this has already been assigned to another participant. The other participant is hopefully working on it and may send a PR. We can assign you this if the previous participant fails to do so. Till then I request you to have a look at other issues. I recommend you #81 . The participant assigned to #81 has not been responsive, so if you are interested, we can assign #81 to you. |
@anto-christo Sorry for the late reply I was out of station. |
Currently gitRepo.js comprises of nested callbacks making the code ambiguous. It has to be replaced with a promisified approach.
Check out herokuDeployjs
The text was updated successfully, but these errors were encountered: