🐛 close #581 teambition update time error

This commit is contained in:
Xhofe
2022-02-21 17:20:05 +08:00
parent 724fc7f37e
commit 52ee2e0a8b
4 changed files with 17 additions and 17 deletions

View File

@ -131,7 +131,7 @@ func (driver Yandex) GetFiles(rawPath string, account *model.Account) ([]model.F
Name: file.Name,
Size: file.Size,
Driver: driver.Config().Name,
UpdatedAt: &file.Modified,
UpdatedAt: file.Modified,
Thumbnail: file.Preview,
Url: file.File,
}