Skip to content

Commit

Permalink
Cyberleague: Typo in CLModule model declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastien-Wappizy committed Sep 26, 2024
1 parent feb33fa commit edae20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/web/server/models/CLModules.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ catch(err) {
}
}

module.exports = CLModuleSchema ? mongoose.model('clModule', CLModuleSchema) : null
module.exports = CLModuleSchema ? mongoose.model('cLModule', CLModuleSchema) : null

0 comments on commit edae20f

Please sign in to comment.