Skip to content

Commit e60478f

Browse files
authored
Update vcall.go
1 parent 7613ffc commit e60478f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vevent/vcall.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ func NewAPICallerReturnHook(ctx *zero.Ctx, callback func(req zero.APIRequest, rs
2323
}
2424

2525
// CallAPI call original caller and pass rsp to callback
26-
//
27-
2826
func (v *APICallerReturnHook) CallAPI(c context.Context, req zero.APIRequest) (rsp zero.APIResponse, err error) {
2927
rsp, err = v.caller.CallAPI(c, req)
3028
v.callback(req, rsp, err)

0 commit comments

Comments
 (0)