Skip to content
Snippets Groups Projects
Commit 0196c0e3 authored by flycash's avatar flycash
Browse files

Remove TODO

parent aec964db
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ func (pi *ProxyInvoker) Invoke(ctx context.Context, invocation protocol.Invocati
in := []reflect.Value{svc.Rcvr()}
if method.CtxType() != nil {
in = append(in, method.SuiteContext(ctx)) // todo: ctx will be used later.
in = append(in, method.SuiteContext(ctx))
}
// prepare argv
......
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