Parcourir la source

Fix lint errors.

Lauri Ojansivu il y a 6 ans
Parent
commit
ab73afe17a
2 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 2 2
      config/models.js
  2. 1 1
      models/cards.js

+ 2 - 2
config/models.js

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

+ 1 - 1
models/cards.js

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