update a comment

This commit is contained in:
Lendemor 2024-04-08 22:16:06 +02:00
parent 2d8666ae58
commit c28830f9eb

View File

@ -161,7 +161,7 @@ export const applyEvent = async (event, socket) => {
if (event.name == "_download") {
const a = document.createElement("a");
a.hidden = true;
// Special case when linking to uploaded files (when rx.download is returned from upload_files handler())
// Special case when linking to uploaded files (when rx.download is returned from upload_files handler.)
a.href = event.payload.url.replace(
"${getBackendURL(env.UPLOAD)}",
getBackendURL(env.UPLOAD)