@samitouri / QOSami-HFS / commits / 81173b0e

removed redundant code

Massimo Melina committed Jul 5, 2025 at 11:19 UTC 81173b0ec5ee301183fa789bdc5c14b9f67d042f
1 file changed -1
src/upload.ts
-1
@@ -225,7 +225,6 @@ export function uploadWriter(base: VfsNode, baseUri: string, path: string, ctx:
225 cancelDeletion(firstTempName)
226 await rm(firstTempName) // wait, so the client can count on the temp-file being gone
227 }
228 - releaseFile()
228 ctx.state.uploadDestinationPath = dest
229 void setUploadMeta(dest, ctx)
230 if (ctx.query.comment)