You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: