mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-04 10:05:53 +02:00
Use niceId
This commit is contained in:
parent
ff47ba0b77
commit
c47d7fb1ff
15 changed files with 62 additions and 55 deletions
|
@ -32,6 +32,7 @@ function querySites(orgId: string, accessibleSiteIds: number[]) {
|
|||
return db
|
||||
.select({
|
||||
siteId: sites.siteId,
|
||||
niceId: sites.niceId,
|
||||
name: sites.name,
|
||||
pubKey: sites.pubKey,
|
||||
subnet: sites.subnet,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue