fix unused EPM filter

This commit is contained in:
Bryan McNulty
2025-10-01 05:02:43 -05:00
parent 7fb0828308
commit e0a9aa8d8f
+1
View File
@@ -136,6 +136,7 @@ func argsRpcClient(proto string, endpoint string) func(cmd *cobra.Command, args
func(cmd *cobra.Command, args []string) (err error) {
switch {
case rpcClient.Endpoint != "":
case rpcClient.Filter != "":
case endpoint == "":
rpcClient.UseEpm = true
default: