fullstack-hy2020 / fullstack-hy2020.github.io

https://fullstack-hy2020.github.io
Other
1.56k stars 4k forks source link

Scopes example usage jamiUsers add 'await' statement #3612

Closed ronaldyonggi closed 5 months ago

ronaldyonggi commented 6 months ago

Current examples don't have the 'await' statement, which causes the JSON response returned by the .findAll() method to be empty. I believe these examples need 'await' statement to be added.