Use new exit node functions

This commit is contained in:
Owen
2025-08-15 15:45:45 -07:00
parent 69a9bcb3da
commit 5c94887949
6 changed files with 87 additions and 53 deletions

View File

@@ -2,7 +2,7 @@ import { db, exitNodes } from "@server/db";
import logger from "@server/logger";
import { eq, and, or } from "drizzle-orm";
export async function privateVerifyExitNodeOrgAccess(
export async function verifyExitNodeOrgAccess(
exitNodeId: number,
orgId: string
) {