Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
elszczepano committed Oct 2, 2018
1 parent 62cf8ed commit 2771625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/Match.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ const matchSchema = mongoose.Schema({
}
}, {
timestamps: true
};
});

const Match = module.exports = mongoose.model('Match', matchSchema, 'matches');

0 comments on commit 2771625

Please sign in to comment.