openvidu-recording-basic-node: remove comment

This commit is contained in:
pabloFuente 2025-02-11 17:39:15 +01:00
parent 5343660dfa
commit e10eeb0fdc

View File

@ -217,7 +217,7 @@ app.delete("/recordings/:recordingName", async (req, res) => {
}
try {
// Delete the recording file and metadata file from S3
// Delete the recording file file from S3
await Promise.all([s3Service.deleteObject(key)]);
res.json({ message: "Recording deleted" });
} catch (error) {