diff --git a/drivers/teambition/teambition.go b/drivers/teambition/teambition.go index a66fb597..e91639c4 100644 --- a/drivers/teambition/teambition.go +++ b/drivers/teambition/teambition.go @@ -105,6 +105,9 @@ func (driver Teambition) GetFiles(parentId string, account *model.Account) ([]mo } page++ for _, collection := range collections { + if collection.Title == "" { + continue + } files = append(files, model.File{ Id: collection.ID, Name: collection.Title,