Skip to content

Commit b5b3975

Browse files
committed
final push
1 parent 2cb96d0 commit b5b3975

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/frontend/lib/file.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ export async function compressFile(oldFile: FileWithParams) {
5757
const newFileWithParams = fileAppendParams(compressed)
5858
newFileWithParams.id = oldFile.id
5959
newFileWithParams.thumbnail = oldFile.thumbnail
60+
newFileWithParams.fileHash = oldFile.fileHash
6061
newFileWithParams.key = oldFile.key
6162

6263
return newFileWithParams

0 commit comments

Comments
 (0)