We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c9daf6 commit 268ad76Copy full SHA for 268ad76
models/activity.js
@@ -13,7 +13,7 @@ const activitySchema = {
13
},
14
task: [{
15
type: connector.Schema.Types.ObjectId,
16
- ref: ['Topics' , 'Practical' , 'Tutorial'],
+ ref: ['Topic' , 'Practical' , 'Tutorial'],
17
required: true,
18
}],
19
group: { type: connector.Schema.Types.ObjectId, ref: 'Group', required: true },
0 commit comments