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
Scopes example usage jamiUsers add 'await' statement
Current examples don't have the 'await' statement, which causes the JSON response after the .findAll() method to be empty. I believe these examples need 'await' statement to be added.
Since Sequelize models are normal [JavaScript classes](https://sequelize.org/master/manual/model-basics.html#taking-advantage-of-models-being-classes), it is possible to add new methods to them.
0 commit comments