Lauri Ojansivu 6 rokov pred
rodič
commit
ab73afe17a
2 zmenil súbory, kde vykonal 3 pridanie a 3 odobranie
  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,