Fix comment for S3 recording deletion
This commit is contained in:
parent
e10eeb0fdc
commit
3228a50708
@ -217,7 +217,7 @@ app.delete("/recordings/:recordingName", async (req, res) => {
|
||||
}
|
||||
|
||||
try {
|
||||
// Delete the recording file file from S3
|
||||
// Delete the recording 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