2
0
Andrés Manelli 7 жил өмнө
parent
commit
3eb6f97291

+ 1 - 0
.eslintrc.json

@@ -131,6 +131,7 @@
     "AccountSettings": true,
     "Announcements": true,
     "Swimlanes": true,
+    "ChecklistItems": true,
     "Npm": true
   }
 }

+ 1 - 1
models/checklistItems.js

@@ -56,7 +56,7 @@ ChecklistItems.mutations({
     };
 
     return {$set: mutatedFields};
-  }
+  },
 });
 
 // Activities helper