internxt: fix lint problems

This commit is contained in:
Nick Craig-Wood
2026-01-30 16:06:32 +00:00
parent 7d7f82854f
commit e2a079d73f
2 changed files with 2 additions and 1 deletions
-1
View File
@@ -19,7 +19,6 @@ import (
"golang.org/x/oauth2"
)
type userInfo struct {
RootFolderID string
Bucket string
+2
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()