Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
cnasikas committed Nov 19, 2024
1 parent 7564ac5 commit 52c76c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const registerSiemRuleMigrationsRetryRoute = (
const inferenceClient = ctx.securitySolution.getInferenceClient();
const actionsClient = ctx.actions.getActionsClient();
const soClient = ctx.core.savedObjects.client;
const rulesClient = ctx.alerting.getRulesClient();
const rulesClient = await ctx.alerting.getRulesClient();

const invocationConfig = {
callbacks: [
Expand Down

0 comments on commit 52c76c9

Please sign in to comment.