We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21316da commit 106417eCopy full SHA for 106417e
site/src/utils/portForward.ts
@@ -9,8 +9,7 @@ export const portForwardURL = (
9
const { location } = window;
10
const suffix = https ? "s" : "";
11
12
- const subdomain = `${port
13
- }${suffix}--${agentName}--${workspaceName}--${username}`;
+ const subdomain = `${port}${suffix}--${agentName}--${workspaceName}--${username}`;
14
return `${location.protocol}//${host}`.replace("*", subdomain);
15
};
16
@@ -54,7 +53,6 @@ export const openMaybePortForwardedURL = (
54
53
portForwardURL(
55
proxyHost,
56
parseInt(url.port),
57
-
58
agentName,
59
workspaceName,
60
username,
0 commit comments