Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dabasov committed Aug 5, 2023
1 parent 3f0f4b0 commit 8075e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/go/0chain.net/blobbercore/handler/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ func WithTxHandler(handler func(ctx *Context) (interface{}, error)) func(w http.
result, err = handler(ctx)
statusCode = ctx.StatusCode

return nil
return err
})

if err != nil {
Expand Down

0 comments on commit 8075e1f

Please sign in to comment.