1
0
mirror of https://github.com/rclone/rclone.git synced 2026-02-28 18:33:35 +00:00

internxt: fix lint problems

This commit is contained in:
Nick Craig-Wood
2026-01-30 16:05:46 +00:00
parent 7d7f82854f
commit e2a079d73f
2 changed files with 2 additions and 1 deletions

View File

@@ -19,7 +19,6 @@ import (
"golang.org/x/oauth2"
)
type userInfo struct {
RootFolderID string
Bucket string

View File

@@ -743,6 +743,8 @@ func (f *Fs) About(ctx context.Context) (*fs.Usage, error) {
return usage, nil
}
// Shutdown the backend, closing any background tasks and any cached
// connections.
func (f *Fs) Shutdown(ctx context.Context) error {
buckets.WaitForPendingThumbnails()