summaryrefslogtreecommitdiffstats
path: root/models/cards.js
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-11-07 00:04:05 +0200
committerLauri Ojansivu <x@xet7.org>2019-11-07 00:04:05 +0200
commit22083787f936535e9d1d9f897dfdecbaad00d038 (patch)
tree24084321bf66b1d27bc21cd9e749b09f7123b65a /models/cards.js
parent1728298659521ee8e6fc94fedad3160030b9a2c3 (diff)
downloadwekan-22083787f936535e9d1d9f897dfdecbaad00d038.tar.gz
wekan-22083787f936535e9d1d9f897dfdecbaad00d038.tar.bz2
wekan-22083787f936535e9d1d9f897dfdecbaad00d038.zip
Try to fix prettify.
Diffstat (limited to 'models/cards.js')
-rw-r--r--models/cards.js2
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;
}
},