fix small issues

This commit is contained in:
wukko
2022-09-01 19:51:18 +06:00
parent e61122d5b0
commit f70128f4fc
11 changed files with 40 additions and 49 deletions

View File

@@ -22,6 +22,6 @@ export default function(res, ip, id, hmac, exp) {
res.status(streamInfo.status).json(apiJSON(0, { t: streamInfo.error }).body);
}
} catch (e) {
internalError(res)
res.status(500).json({ status: "error", text: "Internal Server Error" });
}
}