Skip to content

Commit aebe752

Browse files
committed
Removed file name
Signed-off-by: Arnau Mora Gras <[email protected]>
1 parent ece95f7 commit aebe752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/server/endpoints/files/DownloadFileEndpoint.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ object DownloadFileEndpoint : EndpointBase("/download/{uuid}") {
5353
}
5454

5555
// No special treatment required, respond file
56-
call.respondFile(file, file.name)
56+
call.respondFile(file)
5757
}
5858
}

0 commit comments

Comments
 (0)