瀏覽代碼

Fix lint errors.

Lauri Ojansivu 6 年之前
父節點
當前提交
ab73afe17a
共有 2 個文件被更改,包括 3 次插入3 次删除
  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,