Skip to content
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

Convert Promise.then().catch() to async/await #19

Open
Ninad99 opened this issue May 6, 2020 · 0 comments
Open

Convert Promise.then().catch() to async/await #19

Ninad99 opened this issue May 6, 2020 · 0 comments
Labels
enhancement New feature or request server Related to the Back End

Comments

@Ninad99
Copy link
Owner

Ninad99 commented May 6, 2020

Currently most of the code is written in Promise.then().catch() blocks. It would be better if it could be converted to async/await, resulting in more readable code.

@Ninad99 Ninad99 added the enhancement New feature or request label May 6, 2020
@Ninad99 Ninad99 added the server Related to the Back End label May 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request server Related to the Back End
Projects
None yet
Development

No branches or pull requests

1 participant