Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski committed Sep 7, 2020
1 parent cdc7e27 commit ebb2ea9
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 networkDns: SecuritySolutionFactory<NetworkQueries.dns> = {
const edges = networkDnsEdges.splice(cursorStart, querySize - cursorStart);
const inspect = {
dsl: [inspectStringifyObject(buildDnsQuery(options))],
response: [inspectStringifyObject(response)],
};
const showMorePagesIndicator = totalCount > fakeTotalCount;

Expand Down

0 comments on commit ebb2ea9

Please sign in to comment.