Add comment about not needing exit node

This commit is contained in:
Owen
2026-03-02 16:28:01 -08:00
committed by Owen Schwartz
parent d14de86f65
commit c9515ae77c

View File

@@ -292,7 +292,7 @@ export async function createSite(
if (type == "newt") { if (type == "newt") {
[newSite] = await trx [newSite] = await trx
.insert(sites) .insert(sites)
.values({ .values({ // NOTE: NO SUBNET OR EXIT NODE ID PASSED IN HERE BECAUSE ITS NOW CHOSEN ON CONNECT
orgId, orgId,
name, name,
niceId, niceId,