fix: casing

This commit is contained in:
Derrick Hammer 2024-02-27 11:14:38 -05:00
parent 5878d1557f
commit d9d85f2804
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -875,7 +875,7 @@ func (s *S5API) accountPin(jc jape.Context) {
}) })
if len(locations) == 0 { 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 return
} }