Skip to content

Commit

Permalink
fix: typo to trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
acha-bill committed Dec 2, 2024
1 parent b0eba95 commit c459e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/bytes.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func (s *Service) bytesUploadHandler(w http.ResponseWriter, r *http.Request) {
logger.Error(nil, "split write all failed")
switch {
case errors.Is(err, postage.ErrBucketFull):
jsonhttp.PaymentRequired(ow, "batch is overissued")
jsonhttp.PaymentRequired(ow, "batch is over issued")
default:
jsonhttp.InternalServerError(ow, "split write all failed")
}
Expand Down

0 comments on commit c459e12

Please sign in to comment.