From c459e12456cb69d1c3e7d9708b5edf8246108343 Mon Sep 17 00:00:00 2001 From: Acha Bill Date: Mon, 2 Dec 2024 04:25:19 -0500 Subject: [PATCH] fix: typo to trigger build --- pkg/api/bytes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/api/bytes.go b/pkg/api/bytes.go index 5eabf41458b..735386aa16b 100644 --- a/pkg/api/bytes.go +++ b/pkg/api/bytes.go @@ -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") }