diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-11-07 00:04:05 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-11-07 00:04:05 +0200 |
commit | 22083787f936535e9d1d9f897dfdecbaad00d038 (patch) | |
tree | 24084321bf66b1d27bc21cd9e749b09f7123b65a | |
parent | 1728298659521ee8e6fc94fedad3160030b9a2c3 (diff) | |
download | wekan-22083787f936535e9d1d9f897dfdecbaad00d038.tar.gz wekan-22083787f936535e9d1d9f897dfdecbaad00d038.tar.bz2 wekan-22083787f936535e9d1d9f897dfdecbaad00d038.zip |
Try to fix prettify.
-rw-r--r-- | models/cards.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/models/cards.js b/models/cards.js index fd491372..3944b09f 100644 --- a/models/cards.js +++ b/models/cards.js @@ -1202,6 +1202,8 @@ Cards.mutations({ assignees: assigneeId, }, }; + } else { + return false; } }, |