Merge pull request #952 from rhelsing/comment-hotfix

hotfix to user add isCommentOnly
reviewable/pr957/r1
Lauri Ojansivu 8 years ago committed by GitHub
commit 9d95a7ed4d
  1. 1
      models/boards.js

@ -314,6 +314,7 @@ Boards.mutations({
userId: memberId,
isAdmin: false,
isActive: true,
isCommentOnly: false,
},
},
};

Loading…
Cancel
Save