stream/manage: remove unnecessary variable from catch
This commit is contained in:
@@ -133,7 +133,7 @@ export function verifyStream(id, hmac, exp, secret, iv) {
|
|||||||
|
|
||||||
return streamInfo;
|
return streamInfo;
|
||||||
}
|
}
|
||||||
catch (e) {
|
catch {
|
||||||
return {
|
return {
|
||||||
error: "something went wrong and i couldn't verify this stream. go back and try again!",
|
error: "something went wrong and i couldn't verify this stream. go back and try again!",
|
||||||
status: 500
|
status: 500
|
||||||
|
|||||||
Reference in New Issue
Block a user