Skip to content

Commit

Permalink
revert-me
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivansete-status committed May 6, 2024
1 parent d4b81d1 commit 02d956f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions waku/factory/external_config.nim
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,7 @@ proc parseCmdArg*(T: type crypto.PrivateKey, p: string): T =
proc completeCmdArg*(T: type crypto.PrivateKey, val: string): seq[string] =
return @[]

## just a comment to force generating docker image in CI
proc parseCmdArg*(T: type ProtectedTopic, p: string): T =
let elements = p.split(":")
if elements.len != 2:
Expand Down

0 comments on commit 02d956f

Please sign in to comment.