fixed wrong params passed to queue message

This commit is contained in:
2024-03-11 08:04:53 +00:00
parent 10756a54b4
commit c929aaa493
4 changed files with 43 additions and 30 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ export default async function ApiProxy(req, res) {
return res.status(200).send(response.data);
})
.then(() => {
console.log("has downloaded");
console.log(docRef.id + "has downloaded");
return "downloadComplete";
})