bumped app version

This commit is contained in:
Gani Georgiev
2025-05-11 00:10:45 +03:00
parent fbc378067d
commit 0113fecca9
39 changed files with 3505 additions and 3508 deletions

View File

@@ -126,8 +126,8 @@ func (s *System) GetFile(fileKey string) (*blob.Reader, error) {
return s.GetReader(fileKey)
}
// GetReaderAsFile constructs a new reuploadable File value from the
// associated fileKey blob.Reader.
// GetReuploadableFile constructs a new reuploadable File value
// from the associated fileKey blob.Reader.
//
// If preserveName is false then the returned File.Name will have
// a new randomly generated suffix, otherwise it will reuse the original one.