Skip to content

Commit dd101f1

Browse files
cleanup
1 parent 313720f commit dd101f1

File tree

1 file changed

+0
-1
lines changed
  • x-pack/legacy/plugins/siem/server/lib/detection_engine/rules

1 file changed

+0
-1
lines changed

x-pack/legacy/plugins/siem/server/lib/detection_engine/rules/update_rules.ts

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ export const updateRules = async ({
4444
type,
4545
references,
4646
version,
47-
throttle,
4847
}: UpdateRuleParams): Promise<PartialAlert | null> => {
4948
const rule = await readRules({ alertsClient, ruleId, id });
5049
if (rule == null) {

0 commit comments

Comments
 (0)