diff --git a/src/models/Match.js b/src/models/Match.js index 9be21c4..78b515f 100644 --- a/src/models/Match.js +++ b/src/models/Match.js @@ -14,6 +14,6 @@ const matchSchema = mongoose.Schema({ } }, { timestamps: true -}; +}); const Match = module.exports = mongoose.model('Match', matchSchema, 'matches'); \ No newline at end of file