Skip to content

Commit

Permalink
Merge pull request #32 from p-l-/fix-network
Browse files Browse the repository at this point in the history
Avoid dupplicates in networks
  • Loading branch information
p-l- authored Jan 24, 2023
2 parents f008c81 + afd02a9 commit 848d18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -407,8 +407,8 @@ function ivre_handle_network(
const answers = [];
if (settings.use_data) {
const inst_data = new IvreSearchData();
const data = [];
for (const result of inst.process_network(network, vault, settings)) {
const data = [];
const data_result = inst_data.process_ipaddress(
result.address,
vault,
Expand Down

0 comments on commit 848d18a

Please sign in to comment.