소스 검색

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,