chore: update error names
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
InternalServerError = errors.New("Internal server error")
|
||||
ErrInternal = errors.New("Internal server error")
|
||||
)
|
||||
|
||||
type User struct {
|
||||
|
||||
Reference in New Issue
Block a user