Skip to content

Commit 823f730

Browse files
committed
Updated modNo to moduleNo
1 parent 6fa5ba5 commit 823f730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/module.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import connector from '#models/databaseUtil';
22

33
const moduleSchema = {
4-
modNo: { type: Number, required: true },
4+
moduleNo: { type: Number, required: true },
55
moduleName: { type: String, required: true },
66
moduleOutcome: { type: String, required: true },
77
moduleContents: [{ type: String, required: true }],

0 commit comments

Comments
 (0)