Fix import

This commit is contained in:
Owen
2026-05-29 15:38:37 -07:00
parent b071fa2c9f
commit 0ab1854125
11 changed files with 19 additions and 19 deletions

View File

@@ -546,7 +546,7 @@ export async function signSshKey(
if (resource.alias && resource.alias != "") {
sshHost = resource.alias;
} else {
sshHost = resource.destination || ""; // TODO: IF WE HAVE THE NATIVE SSH MODE WHAT SHOULD WE DO HERE?
sshHost = resource.destination || "";
}
} else if (resource.authDaemonMode === "native") {
if (siteIds.length > 1) {