mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-20 09:19:02 +02:00
Use new exit node functions
This commit is contained in:
parent
69a9bcb3da
commit
5c94887949
6 changed files with 87 additions and 53 deletions
|
@ -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
|
||||
) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue