Browse Source

Try to fix prettify.

Lauri Ojansivu 5 years ago
parent
commit
22083787f9
1 changed files with 2 additions and 0 deletions
  1. 2 0
      models/cards.js

+ 2 - 0
models/cards.js

@@ -1202,6 +1202,8 @@ Cards.mutations({
           assignees: assigneeId,
           assignees: assigneeId,
         },
         },
       };
       };
+    } else {
+      return false;
     }
     }
   },
   },