mirror of
https://github.com/wekan/wekan.git
synced 2025-12-18 00:10:13 +01: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 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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue