Closed smsugumar5 closed 5 years ago
I have a custom_lists collection in mongodb and CustomList model. Model not matching with collection.
custom_lists
CustomList
Solved.
static get schemaOptions() { return { collection: "custom_lists", }; }
I have a
custom_lists
collection in mongodb andCustomList
model. Model not matching with collection.