Handle updating exit node and fix raw resource issues

This commit is contained in:
Owen
2025-10-16 13:55:08 -07:00
parent 46807c6477
commit ec7211a15d
4 changed files with 6 additions and 53 deletions

View File

@@ -69,6 +69,7 @@ export async function createExitNode(
})
.where(eq(exitNodes.exitNodeId, exitNodeQuery.exitNodeId))
.returning();
logger.info(`Updated exit node reachableAt to ${reachableAt}`);
}
return exitNode;