mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-17 21:59:52 +00:00
Merge branch 'dev' into alerting-rules
This commit is contained in:
@@ -103,7 +103,8 @@ export async function listDomains(
|
||||
|
||||
const [{ count }] = await db
|
||||
.select({ count: sql<number>`count(*)` })
|
||||
.from(domains);
|
||||
.from(orgDomains)
|
||||
.where(eq(orgDomains.orgId, orgId));
|
||||
|
||||
return response<ListDomainsResponse>(res, {
|
||||
data: {
|
||||
|
||||
Reference in New Issue
Block a user