1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Jim Ehrismann <jehrismann@mirantis.com>
This commit is contained in:
Jim Ehrismann 2021-10-22 19:02:57 -04:00
parent eaf7e10958
commit 3692b90314

View File

@ -51,4 +51,3 @@ export function portForwardAddress(portForward: ForwardedPort) {
return name === "https" ? "https" : "http"; return name === "https" ? "https" : "http";
} }