From aa79b13a109acf804e5c8c3b41a7027286dc0bdd Mon Sep 17 00:00:00 2001 From: Jonathan Buttner Date: Mon, 14 Sep 2020 09:38:52 -0400 Subject: [PATCH] Fixing more comments --- .../server/endpoint/routes/resolver/queries/children.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/security_solution/server/endpoint/routes/resolver/queries/children.ts b/x-pack/plugins/security_solution/server/endpoint/routes/resolver/queries/children.ts index c73f279196d1f..4c7be9b8d5a24 100644 --- a/x-pack/plugins/security_solution/server/endpoint/routes/resolver/queries/children.ts +++ b/x-pack/plugins/security_solution/server/endpoint/routes/resolver/queries/children.ts @@ -117,7 +117,7 @@ export class ChildrenQuery extends ResolverQuery { protected query(entityIDs: string[]): JsonObject { // we don't have to include the `event.id` in the source response because it is not needed for processing - // the data returned, or for breaking ties when ES is doing the search + // the data returned by ES, it is only used for breaking ties when ES is doing the search const paginationFields = this.pagination.buildQueryFields('event.id'); return { _source: [