Fix Syntax for Activity Feed Alert (#14634)

This commit is contained in:
Mohit Yadav 2024-01-09 11:21:47 +05:30 committed by GitHub
parent 8f37d7da05
commit 645195f99e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,12 +10,12 @@
{ {
"name": "matchUpdatedBy", "name": "matchUpdatedBy",
"effect": "exclude", "effect": "exclude",
"condition": "matchUpdatedBy('ingestion-bot')" "condition": "matchUpdatedBy({'ingestion-bot'})"
}, },
{ {
"name": "matchAnyFieldChange", "name": "matchAnyFieldChange",
"effect": "exclude", "effect": "exclude",
"condition": "matchAnyFieldChange('usageSummary')" "condition": "matchAnyFieldChange({'usageSummary'})"
} }
] ]
}, },