rcos / observatory-server

A project tracking dashboard for Rensselaer Center for Open Source
https://rcos.io
MIT License
14 stars 51 forks source link

Replace callbacks with async/await in user.controller.js #808

Closed TungE closed 5 years ago

TungE commented 5 years ago

All our Express.js controllers use callbacks when interacting with our Mongoose models.

These functions should be updated to use the async/await syntax.

See #792 for reference.