Skip to content

How to work with the model correctly? #28

Answered by fremail
woodjs asked this question in Q&A
Discussion options

You must be logged in to vote

@woodjs I think async in models/Comment.js is excess. Either you need to remove the async or use it with await in models/index.js.

In other words, models/Comment.js exports a function which returns a promise instead of Comment

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@woodjs
Comment options

Answer selected by woodjs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants