Fix false positive found by deepcode.ai

reviewable/pr3112/r2
Marc Hartmayer 5 years ago
parent 52d633ca69
commit cfa2bbd3d4
  1. 1
      client/components/rules/actions/cardActions.js

@ -164,6 +164,7 @@ BlazeComponent.extendComponent({
const boardId = Session.get('currentBoard');
const actionId = Actions.insert({
actionType: 'removeMember',
// deepcode ignore NoHardcodedCredentials: it's no credential
username: '*',
boardId,
desc,

Loading…
Cancel
Save