Skip to content

Commit

Permalink
Update x-pack/plugins/security_solution/server/lib/detection_engine/r…
Browse files Browse the repository at this point in the history
…ule_management/logic/detection_rules_client/detection_rules_client.ts


🤦 Copy-pasted typo fix

Co-authored-by: Georgii Gorbachev <[email protected]>
  • Loading branch information
nikitaindik and banderror authored Jun 7, 2024
1 parent f7363a2 commit 6bbb925
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const createDetectionRulesClient = (
},

async patchRule(args: PatchRuleArgs): Promise<RuleAlertType> {
return withSecuritySpan('DetectionRulesClient.createCustomRule', async () => {
return withSecuritySpan('DetectionRulesClient.patchRule', async () => {
return patchRule(rulesClient, args, mlAuthz);
});
},
Expand Down

0 comments on commit 6bbb925

Please sign in to comment.