Skip to content

Commit bb09645

Browse files
committed
fix: fix incorrect group used to launch custom alert
1 parent bb82b11 commit bb09645

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/filters/operation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export const operation: ResponseFilter = {
3737
amount: price ? price.price : 0,
3838
currency: 'CZK',
3939
event: 'custom',
40-
alertId: match.groups.id,
40+
alertId: match.groups.uuid,
4141
message: attributes.param || '',
4242
monthsName: '',
4343
name: attributes.command,

0 commit comments

Comments
 (0)