fix(backend/domain): fix typo in error code
This commit is contained in:
parent
bc4354bf7b
commit
c7176fadf6
@ -5,7 +5,7 @@ type ErrorCode string
|
|||||||
const (
|
const (
|
||||||
// File errors
|
// File errors
|
||||||
ErrFileNotFound ErrorCode = "FILE_NOT_FOUND"
|
ErrFileNotFound ErrorCode = "FILE_NOT_FOUND"
|
||||||
ErrMIMENotSupported ErrorCode = "MIME_NOT_SUPPORTEDF"
|
ErrMIMENotSupported ErrorCode = "MIME_NOT_SUPPORTED"
|
||||||
|
|
||||||
// Tag errors
|
// Tag errors
|
||||||
ErrTagNotFound ErrorCode = "TAG_NOT_FOUND"
|
ErrTagNotFound ErrorCode = "TAG_NOT_FOUND"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user