Fix lint errors.

pull/1831/head
Lauri Ojansivu 7 years ago
parent dc4e93ad56
commit ab73afe17a
  1. 4
      config/models.js
  2. 2
      models/cards.js

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

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

Loading…
Cancel
Save