mirror of
https://github.com/imputnet/cobalt.git
synced 2026-01-18 12:51:51 +00:00
api: raw stream status responses, clean up core
This commit is contained in:
@@ -25,6 +25,6 @@ export default async function(res, streamInfo) {
|
||||
break;
|
||||
}
|
||||
} catch {
|
||||
res.status(500).json({ status: "error", text: "Internal Server Error" });
|
||||
res.sendStatus(500);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user