Skip to content

Commit 268ad76

Browse files
Update activity.js
1 parent 7c9daf6 commit 268ad76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/activity.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const activitySchema = {
1313
},
1414
task: [{
1515
type: connector.Schema.Types.ObjectId,
16-
ref: ['Topics' , 'Practical' , 'Tutorial'],
16+
ref: ['Topic' , 'Practical' , 'Tutorial'],
1717
required: true,
1818
}],
1919
group: { type: connector.Schema.Types.ObjectId, ref: 'Group', required: true },

0 commit comments

Comments
 (0)