Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
flycash committed Jan 21, 2020
1 parent aec964d commit 0196c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/proxy/proxy_factory/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0196c0e

Please sign in to comment.