Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
criamico committed Aug 19, 2024
1 parent 16f6562 commit dafca57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export class UnenrollInactiveAgentsTask {
const policiesKuery = `${AGENT_POLICY_SAVED_OBJECT_TYPE}.is_managed: false AND ${AGENT_POLICY_SAVED_OBJECT_TYPE}.unenroll_timeout > 0`;
let agentCounter = 0;

const agentPolicyFetcher = agentPolicyService.fetchAllAgentPolicies(soClient, {
const agentPolicyFetcher = await agentPolicyService.fetchAllAgentPolicies(soClient, {
kuery: policiesKuery,
perPage: POLICIES_BATCHSIZE,
});
Expand Down

0 comments on commit dafca57

Please sign in to comment.