Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
demskie authored Jul 8, 2019
1 parent 48f3869 commit e4f23bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ export function summarize(networks: string[], strict?: boolean, throwErrors?: bo
net = { bytes: addr, cidr: 128 };
}
}
subnets[i] = net;
subnets.push(net);
}
shared.sortNetworks(subnets);
subnets = shared.summarizeSortedNetworks(subnets);
Expand Down

0 comments on commit e4f23bd

Please sign in to comment.