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
1.Can we go with .then().catch() promises rather than the function(error , post) callback. It makes the code more readable and neat.
2.I see mongoose missing in the package.json file in the server. I would like to fix that.
Waiting for your approval before continuing. Thanks 👍.
The text was updated successfully, but these errors were encountered:
1.Can we go with
.then().catch()
promises rather than thefunction(error , post)
callback. It makes the code more readable and neat.2.I see
mongoose
missing in thepackage.json
file in the server. I would like to fix that.Waiting for your approval before continuing. Thanks 👍.
The text was updated successfully, but these errors were encountered: