Skip to content

Commit 5e3d610

Browse files
committed
api/stream/manage: fix usage of getInternalTunnel()
fixed a typo
1 parent 71bb2de commit 5e3d610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/stream/manage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ const transplantInternalTunnels = function(tunnelUrls, transplantUrls) {
180180

181181
for (const [ tun, url ] of zip(tunnelUrls, transplantUrls)) {
182182
const id = getInternalTunnelId(tun);
183-
const itunnel = getInternalStream(id);
183+
const itunnel = getInternalTunnel(id);
184184

185185
if (!itunnel) continue;
186186
itunnel.url = url;

0 commit comments

Comments
 (0)