Skip to content
Snippets Groups Projects
Commit fe314db2 authored by Patrick's avatar Patrick
Browse files

fix

parent 5ef93c3d
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,7 @@ func (ef *GenericServiceFilter) Invoke(invoker protocol.Invoker, invocation prot
newParam = reflect.ValueOf(newParam).Elem().Interface()
if err != nil {
logger.Errorf("[Generic Service Filter] decode arguments map to struct wrong")
return &protocol.RPCResult{}
}
newParams = append(newParams, newParam)
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment