mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-01 21:21:06 +00:00
Include region field in ExitNode query to match schema
This commit is contained in:
parent
8aee2ec3a1
commit
bf9ce0df9b
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue