Skip to content

Commit

Permalink
Fixing more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-buttner committed Sep 14, 2020
1 parent 078a795 commit aa79b13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export class ChildrenQuery extends ResolverQuery<ChildEvent[], ChildEvent> {

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: [
Expand Down

0 comments on commit aa79b13

Please sign in to comment.