fix: linting
All checks were successful
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 1m25s
All checks were successful
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 1m25s
This commit is contained in:
@@ -107,9 +107,5 @@ func (s ServiceImpl) GetAll(ctx context.Context, user *auth_types.User) ([]Tag,
|
||||
|
||||
func (s ServiceImpl) isTagValid(tag Tag) bool {
|
||||
err := core.ValidateString(tag.Name, "name")
|
||||
if err != nil {
|
||||
return false
|
||||
}
|
||||
|
||||
return true
|
||||
return err == nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user