mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Refactor filetype is not allowed errors (#7309)
This commit is contained in:
committed by
techknowlogick
parent
75d4414386
commit
f369788347
@@ -41,8 +41,6 @@ const (
|
||||
)
|
||||
|
||||
var (
|
||||
// ErrFileTypeForbidden not allowed file type error
|
||||
ErrFileTypeForbidden = errors.New("File type is not allowed")
|
||||
// ErrTooManyFiles upload too many files
|
||||
ErrTooManyFiles = errors.New("Maximum number of files to upload exceeded")
|
||||
// IssueTemplateCandidates issue templates
|
||||
|
Reference in New Issue
Block a user