mirror of
https://github.com/fosrl/pangolin.git
synced 2025-12-13 19:47:45 +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,
|
maxConnections: exitNodes.maxConnections,
|
||||||
online: exitNodes.online,
|
online: exitNodes.online,
|
||||||
lastPing: exitNodes.lastPing,
|
lastPing: exitNodes.lastPing,
|
||||||
type: exitNodes.type
|
type: exitNodes.type,
|
||||||
|
region: exitNodes.region
|
||||||
})
|
})
|
||||||
.from(exitNodes);
|
.from(exitNodes);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user