🐛 remove empty title folder
This commit is contained in:
parent
6ff2cdab98
commit
36b533cb16
@ -105,6 +105,9 @@ func (driver Teambition) GetFiles(parentId string, account *model.Account) ([]mo
|
|||||||
}
|
}
|
||||||
page++
|
page++
|
||||||
for _, collection := range collections {
|
for _, collection := range collections {
|
||||||
|
if collection.Title == "" {
|
||||||
|
continue
|
||||||
|
}
|
||||||
files = append(files, model.File{
|
files = append(files, model.File{
|
||||||
Id: collection.ID,
|
Id: collection.ID,
|
||||||
Name: collection.Title,
|
Name: collection.Title,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user