summaryrefslogtreecommitdiffstats
path: root/client/components/rules/actions/cardActions.js
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-05-24 18:56:36 +0300
committerGitHub <noreply@github.com>2020-05-24 18:56:36 +0300
commit01346152b59255661c6c2e0fba149b4d41a801a1 (patch)
treefe507aa6abdff9101dbf52630e1ee0e3c803b630 /client/components/rules/actions/cardActions.js
parent5b7b5b3e7ed4596c57d17f67a9c11d7a460877f6 (diff)
parent6e088af3d13b3b5912b783b485681bbd44ea4427 (diff)
downloadwekan-01346152b59255661c6c2e0fba149b4d41a801a1.tar.gz
wekan-01346152b59255661c6c2e0fba149b4d41a801a1.tar.bz2
wekan-01346152b59255661c6c2e0fba149b4d41a801a1.zip
Merge pull request #3112 from marc1006/deepcode
Some fixes suggested by deepcode.ai
Diffstat (limited to 'client/components/rules/actions/cardActions.js')
-rw-r--r--client/components/rules/actions/cardActions.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/components/rules/actions/cardActions.js b/client/components/rules/actions/cardActions.js
index 7dc6c2b5..2290249c 100644
--- a/client/components/rules/actions/cardActions.js
+++ b/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,