Skip to content

Commit

Permalink
fixed types
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaElastic committed Dec 16, 2022
1 parent 4c25056 commit 1e12eee
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,6 @@ export async function updateTagsBatch(
hostedAgentError
);
const agentIds = filteredAgents.map((agent) => agent.id);
const hostedAgentIds = givenAgents
.filter(
(agent) => filteredAgents.find((filteredAgent) => filteredAgent.id === agent.id) === undefined
)
.map((agent) => agent.id);

let query: estypes.QueryDslQueryContainer | undefined;
if (options.kuery !== undefined) {
Expand Down

0 comments on commit 1e12eee

Please sign in to comment.