Skip to content

Commit e0a9aa8

Browse files
committed
fix unused EPM filter
1 parent 7fb0828 commit e0a9aa8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cmd/args.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ func argsRpcClient(proto string, endpoint string) func(cmd *cobra.Command, args
136136
func(cmd *cobra.Command, args []string) (err error) {
137137
switch {
138138
case rpcClient.Endpoint != "":
139+
case rpcClient.Filter != "":
139140
case endpoint == "":
140141
rpcClient.UseEpm = true
141142
default:

0 commit comments

Comments
 (0)