Skip to content

Commit

Permalink
PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski committed Sep 4, 2020
1 parent 5d14220 commit dd05ea2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export const networkTopNFlow: SecuritySolutionFactory<NetworkQueries.topNFlow> =
const edges = networkTopNFlowEdges.splice(cursorStart, querySize - cursorStart);
const inspect = {
dsl: [inspectStringifyObject(buildTopNFlowQuery(options))],
response: [inspectStringifyObject(response)],
};
const showMorePagesIndicator = totalCount > fakeTotalCount;

Expand Down

0 comments on commit dd05ea2

Please sign in to comment.