Skip to content

Commit

Permalink
Revert "Initial commit"
Browse files Browse the repository at this point in the history
This reverts commit 684cecd.
  • Loading branch information
joshuakarp committed Feb 14, 2022
1 parent 9195ce9 commit 11dd3c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bin/utils/parsers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ function parseSeedNodes(rawSeedNodes: string): [NodeMapping, boolean] {
defaults = true;
continue;
}
// TODO: Fix as per #324
const idHostPort = rawSeedNode.split(/[@:]/);
if (idHostPort.length !== 3) {
throw new commander.InvalidOptionArgumentError(
Expand Down

0 comments on commit 11dd3c8

Please sign in to comment.