summaryrefslogtreecommitdiffstats
path: root/models/checklists.js
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-04-23 19:51:53 +0300
committerLauri Ojansivu <x@xet7.org>2019-04-23 19:51:53 +0300
commit202f4235d741c85c8b95a9ae5d36c3b056d3cefa (patch)
treec11f92842be5bfee4caaa9ab7385d4fd2bb30c52 /models/checklists.js
parent9d2227bffbfa7a0e092691fa9e39cad0dc32cfe4 (diff)
parent642002030919ad2db2121d9f5c3754faf9a6b965 (diff)
downloadwekan-202f4235d741c85c8b95a9ae5d36c3b056d3cefa.tar.gz
wekan-202f4235d741c85c8b95a9ae5d36c3b056d3cefa.tar.bz2
wekan-202f4235d741c85c8b95a9ae5d36c3b056d3cefa.zip
Merge branch 'edge' into meteor-1.8
Diffstat (limited to 'models/checklists.js')
-rw-r--r--models/checklists.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/models/checklists.js b/models/checklists.js
index d5063faf..33cb0f40 100644
--- a/models/checklists.js
+++ b/models/checklists.js
@@ -157,8 +157,6 @@ if (Meteor.isServer) {
listId: doc.listId,
swimlaneId: doc.swimlaneId,
});
-
-
});
}