mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-13 03:39:59 +00:00
stream/manage: remove unnecessary variable from catch
This commit is contained in:
parent
656c0a3495
commit
d27366dc8a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue