Skip to content

Commit

Permalink
Fix typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaweiWu committed Apr 18, 2024
1 parent 6d2f298 commit a7e5f25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const getDetectionRules = async (
filter: convertRuleTagsToMatchAllKQL(ruleTags),
searchFields: ['tags'],
page: 1,
per_page: 1,
perPage: 1,
},
});
})
Expand Down

0 comments on commit a7e5f25

Please sign in to comment.