Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
angorayc committed Sep 3, 2020
1 parent 0691a93 commit ccdfc64
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export const authentications: SecuritySolutionFactory<HostsQueries.authenticatio
const authenticationEdges: AuthenticationsEdges[] = hits.map((hit) =>
formatAuthenticationData(hit, auditdFieldsMap)
);

const edges = authenticationEdges.splice(cursorStart, querySize - cursorStart);
const inspect = {
dsl: [inspectStringifyObject(buildAuthenticationQuery(options))],
Expand Down

0 comments on commit ccdfc64

Please sign in to comment.