mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Fix false positive found by deepcode.ai
This commit is contained in:
parent
52d633ca69
commit
cfa2bbd3d4
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue