summaryrefslogtreecommitdiffstats
path: root/models/wekanCreator.js
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-12-09 00:51:50 +0200
committerLauri Ojansivu <x@xet7.org>2018-12-09 00:51:50 +0200
commit25fac166cf58cfd35c45eda4375dc25e92629670 (patch)
tree9c1975377b42a39ce96c42e1b760b2004bf03366 /models/wekanCreator.js
parent66d1546081743ca0268a38436a801aa92d56093f (diff)
parentb143fc9297f7c60b4bd27350d9216ccdae31c67b (diff)
downloadwekan-25fac166cf58cfd35c45eda4375dc25e92629670.tar.gz
wekan-25fac166cf58cfd35c45eda4375dc25e92629670.tar.bz2
wekan-25fac166cf58cfd35c45eda4375dc25e92629670.zip
Merge branch 'edge' into meteor-1.8
Diffstat (limited to 'models/wekanCreator.js')
-rw-r--r--models/wekanCreator.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/models/wekanCreator.js b/models/wekanCreator.js
index b179cfae..fa950970 100644
--- a/models/wekanCreator.js
+++ b/models/wekanCreator.js
@@ -749,7 +749,8 @@ export class WekanCreator {
});
}
- check(board) {
+ //check(board) {
+ check() {
//try {
// check(data, {
// membersMapping: Match.Optional(Object),