We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7613ffc commit e60478fCopy full SHA for e60478f
vevent/vcall.go
@@ -23,8 +23,6 @@ func NewAPICallerReturnHook(ctx *zero.Ctx, callback func(req zero.APIRequest, rs
23
}
24
25
// CallAPI call original caller and pass rsp to callback
26
-//
27
-
28
func (v *APICallerReturnHook) CallAPI(c context.Context, req zero.APIRequest) (rsp zero.APIResponse, err error) {
29
rsp, err = v.caller.CallAPI(c, req)
30
v.callback(req, rsp, err)
0 commit comments