Skip to content

Commit 0196c0e

Browse files
author
flycash
committed
Remove TODO
1 parent aec964d commit 0196c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/proxy/proxy_factory/default.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ func (pi *ProxyInvoker) Invoke(ctx context.Context, invocation protocol.Invocati
105105

106106
in := []reflect.Value{svc.Rcvr()}
107107
if method.CtxType() != nil {
108-
in = append(in, method.SuiteContext(ctx)) // todo: ctx will be used later.
108+
in = append(in, method.SuiteContext(ctx))
109109
}
110110

111111
// prepare argv

0 commit comments

Comments
 (0)