Closed HyuOniichan closed 3 days ago
Problem it has something called 'ref', but it hasn't had any connection when called model
Expected update all the connection when .find({}) to
.find({})
.findOne({ ... }).populate('<model name>').then(...)
add 'tags' field to Course model
Problem it has something called 'ref', but it hasn't had any connection when called model
Expected update all the connection when
.find({})
to