mirror of
https://github.com/fosrl/pangolin.git
synced 2025-12-12 10:58:06 +00:00
Include region field in ExitNode query to match schema
This commit is contained in:
@@ -30,7 +30,8 @@ export async function listExitNodes(orgId: string, filterOnline = false) {
|
||||
maxConnections: exitNodes.maxConnections,
|
||||
online: exitNodes.online,
|
||||
lastPing: exitNodes.lastPing,
|
||||
type: exitNodes.type
|
||||
type: exitNodes.type,
|
||||
region: exitNodes.region
|
||||
})
|
||||
.from(exitNodes);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user