Add comment about not needing exit node

This commit is contained in:
Owen
2026-03-02 16:28:01 -08:00
parent 280cbb6e22
commit 19f9dda490

View File

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