fix: fix static code analysis
Some checks failed
Build Docker Image / Build-Docker-Image (push) Failing after 37s
Some checks failed
Build Docker Image / Build-Docker-Image (push) Failing after 37s
This commit is contained in:
@@ -5,5 +5,5 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
ErrInternal = errors.New("Internal server error")
|
||||
ErrInternal = errors.New("internal server error")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user