stream/manage: remove unnecessary variable from catch

This commit is contained in:
wukko 2024-04-27 18:58:03 +06:00
parent 656c0a3495
commit d27366dc8a
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -133,7 +133,7 @@ export function verifyStream(id, hmac, exp, secret, iv) {
return streamInfo;
}
catch (e) {
catch {
return {
error: "something went wrong and i couldn't verify this stream. go back and try again!",
status: 500