Skip to content

Commit 11dd3c8

Browse files
committed
Revert "Initial commit"
This reverts commit 684cecd.
1 parent 9195ce9 commit 11dd3c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bin/utils/parsers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ function parseSeedNodes(rawSeedNodes: string): [NodeMapping, boolean] {
109109
defaults = true;
110110
continue;
111111
}
112-
// TODO: Fix as per #324
113112
const idHostPort = rawSeedNode.split(/[@:]/);
114113
if (idHostPort.length !== 3) {
115114
throw new commander.InvalidOptionArgumentError(

0 commit comments

Comments
 (0)