Fix lint errors.

This commit is contained in:
Lauri Ojansivu 2018-08-14 14:43:15 +03:00
parent dc4e93ad56
commit ab73afe17a
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
module.exports.models = {
connection: 'mongodb',
migrate: 'safe'
}
migrate: 'safe',
};

View file

@ -82,7 +82,7 @@ Cards.attachSchema(new SimpleSchema({
description: {
type: String,
optional: true,
defaultValue: ''
defaultValue: '',
},
requestedBy: {
type: String,