Skip to content

Commit 019d7bf

Browse files
committed
Created Module model
1 parent 0969fb7 commit 019d7bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

models/module.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ const moduleSchema = {
99
cognitiveLevels: [{ type: String, required: true }],
1010
};
1111

12-
const modules = new connector.model('Module', moduleSchema);
13-
export default modules;
12+
const moduleModel = new connector.model('Module', moduleSchema);

0 commit comments

Comments
 (0)