From d9d85f280402602324882769a3723813dc953d62 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Tue, 27 Feb 2024 11:14:38 -0500 Subject: [PATCH] fix: casing --- api/s5/s5.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/s5/s5.go b/api/s5/s5.go index d331bba..9847d3c 100644 --- a/api/s5/s5.go +++ b/api/s5/s5.go @@ -875,7 +875,7 @@ func (s *S5API) accountPin(jc jape.Context) { }) if len(locations) == 0 { - s.sendErrorResponse(jc, NewS5Error(ErrKeyResourceNotFound, fmt.Errorf("cid could not be found on the network"))) + s.sendErrorResponse(jc, NewS5Error(ErrKeyResourceNotFound, fmt.Errorf("CID could not be found on the network"))) return }