fixup! fix file storage
1 file changed, 1 insertion(+), 1 deletion(-)
M internal/storage/files/file.go → internal/storage/files/file.go
@@ -46,7 +46,7 @@ ContentType: mime.TypeByExtension(filepath.Ext(filename)), LastModified: stat.ModTime(), Etag: etag, Encodings: map[string]io.ReadSeeker{ - "identity": f, + "identity": buf, }, }