openvidu-recording-basic-node: remove comment
This commit is contained in:
parent
5343660dfa
commit
e10eeb0fdc
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user