Browse Source

- Fix lint warning.

Thanks to xet7 !
Lauri Ojansivu 6 years ago
parent
commit
cf2cf7898a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      models/wekanCreator.js

+ 2 - 1
models/wekanCreator.js

@@ -749,7 +749,8 @@ export class WekanCreator {
     });
   }
 
-  check(board) {
+  //check(board) {
+  check() {
     //try {
     // check(data, {
     //   membersMapping: Match.Optional(Object),