Skip to content

Commit 9be01c0

Browse files
committed
Add missing argument to patchRules
This was missed in the cherry-pick/backport.
1 parent 9364be1 commit 9be01c0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

x-pack/plugins/siem/server/lib/detection_engine/routes/rules/import_rules_route.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ export const importRulesRoute = (router: IRouter, config: ConfigType, ml: SetupP
202202
await patchRules({
203203
alertsClient,
204204
savedObjectsClient,
205+
rule,
205206
description,
206207
enabled,
207208
falsePositives,

0 commit comments

Comments
 (0)