diff options
-rw-r--r-- | models/wekanCreator.js | 3 |
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), |