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
Currently, we have to define the Sequelize model in the Module declaration with two different ways - following the Nest.js docs. It could get confusing because it's not entirely clear why they need to be defined as such.
As proposed by @lamkeewei in #823 (comment)
Currently, we have to define the Sequelize model in the Module declaration with two different ways - following the Nest.js docs. It could get confusing because it's not entirely clear why they need to be defined as such.
Application code
Test code
Solution
Explore using ModuleRef in more detail
The text was updated successfully, but these errors were encountered: