Skip to content

Commit 106417e

Browse files
committed
make fmt
1 parent 21316da commit 106417e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

site/src/utils/portForward.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ export const portForwardURL = (
99
const { location } = window;
1010
const suffix = https ? "s" : "";
1111

12-
const subdomain = `${port
13-
}${suffix}--${agentName}--${workspaceName}--${username}`;
12+
const subdomain = `${port}${suffix}--${agentName}--${workspaceName}--${username}`;
1413
return `${location.protocol}//${host}`.replace("*", subdomain);
1514
};
1615

@@ -54,7 +53,6 @@ export const openMaybePortForwardedURL = (
5453
portForwardURL(
5554
proxyHost,
5655
parseInt(url.port),
57-
5856
agentName,
5957
workspaceName,
6058
username,

0 commit comments

Comments
 (0)