Просмотр исходного кода

Fix false positive found by deepcode.ai

Marc Hartmayer 5 лет назад
Родитель
Сommit
cfa2bbd3d4
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      client/components/rules/actions/cardActions.js

+ 1 - 0
client/components/rules/actions/cardActions.js

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