1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-11-24 07:04:51 +02:00

fixed NewBackupsFilesystem code comment

This commit is contained in:
Gani Georgiev
2025-04-10 09:00:32 +03:00
parent 3e3c316da1
commit d9af1475ef
2 changed files with 2 additions and 2 deletions

View File

@@ -91,7 +91,7 @@ type App interface {
// after you are done working with it.
NewFilesystem() (*filesystem.System, error)
// NewFilesystem creates a new local or S3 filesystem instance
// NewBackupsFilesystem creates a new local or S3 filesystem instance
// for managing app backups based on the current app settings.
//
// NB! Make sure to call Close() on the returned result