We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb82b11 commit bb09645Copy full SHA for bb09645
1 file changed
src/filters/operation.ts
@@ -37,7 +37,7 @@ export const operation: ResponseFilter = {
37
amount: price ? price.price : 0,
38
currency: 'CZK',
39
event: 'custom',
40
- alertId: match.groups.id,
+ alertId: match.groups.uuid,
41
message: attributes.param || '',
42
monthsName: '',
43
name: attributes.command,
0 commit comments