Fix false positive found by deepcode.ai

This commit is contained in:
Marc Hartmayer 2020-05-24 12:48:36 +02:00
parent 52d633ca69
commit cfa2bbd3d4

View file

@ -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,