diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-12-07 06:18:15 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-12-07 06:18:46 +0200 |
commit | cf2cf7898a05516e79cfd2d57ca65098fd2dc4c4 (patch) | |
tree | a71d76603de630e79b84200cd20ca41f6aef06bd | |
parent | ee212b69a9c936b16eac73425b15fd5c67f04882 (diff) | |
download | wekan-cf2cf7898a05516e79cfd2d57ca65098fd2dc4c4.tar.gz wekan-cf2cf7898a05516e79cfd2d57ca65098fd2dc4c4.tar.bz2 wekan-cf2cf7898a05516e79cfd2d57ca65098fd2dc4c4.zip |
- Fix lint warning.
Thanks to xet7 !
-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), |