mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-27 17:08:28 +00:00
api/stream/manage: fix usage of getInternalTunnel()
fixed a typo
This commit is contained in:
parent
71bb2de81a
commit
5e3d6107f9
@ -180,7 +180,7 @@ const transplantInternalTunnels = function(tunnelUrls, transplantUrls) {
|
||||
|
||||
for (const [ tun, url ] of zip(tunnelUrls, transplantUrls)) {
|
||||
const id = getInternalTunnelId(tun);
|
||||
const itunnel = getInternalStream(id);
|
||||
const itunnel = getInternalTunnel(id);
|
||||
|
||||
if (!itunnel) continue;
|
||||
itunnel.url = url;
|
||||
|
Loading…
Reference in New Issue
Block a user