Use fulldoman instead of the alias for the site resources

This commit is contained in:
Owen
2026-08-06 13:45:51 -04:00
parent b4d2974e19
commit 6cca5e0472
4 changed files with 30 additions and 28 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ export async function buildSiteConfigurationForOlmClient(
}
exitNodeAliases = siteResourcesForExitNode
.map((sr) => sr.alias)
.map((sr) => sr.fullDomain || sr.alias) // take either in case we introduce different resource types that don't have a fullDomain
.filter((a) => a != null);
if (sitesData.length == 0) {