fix: fix static code analysis
Some checks failed
Build Docker Image / Build-Docker-Image (push) Failing after 37s

This commit is contained in:
2024-11-29 20:29:10 +01:00
parent 81bff13edf
commit a2ca51afbf
4 changed files with 9 additions and 18 deletions

View File

@@ -5,5 +5,5 @@ import (
)
var (
ErrInternal = errors.New("Internal server error")
ErrInternal = errors.New("internal server error")
)