Skip to content

Commit 4d4f6bf

Browse files
committed
undo changes in rules actions
1 parent 121d44e commit 4d4f6bf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

x-pack/plugins/security_solution/server/lib/detection_engine/rules/update_rules_notifications.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,5 @@ export const updateRulesNotifications = async ({
4545
interval: ruleActions.alertThrottle,
4646
});
4747

48-
// TODO: Workaround for https://github.com/elastic/kibana/issues/67290
49-
await alertsClient.updateApiKey({ id: ruleAlertId });
50-
5148
return ruleActions;
5249
};

0 commit comments

Comments
 (0)