mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-11 13:16:38 +00:00
Fix bugs and change makefile
This commit is contained in:
@@ -37,7 +37,6 @@ export async function listRoleSites(req: Request, res: Response, next: NextFunct
|
||||
.select({
|
||||
siteId: sites.siteId,
|
||||
name: sites.name,
|
||||
subdomain: sites.subdomain,
|
||||
})
|
||||
.from(roleSites)
|
||||
.innerJoin(sites, eq(roleSites.siteId, sites.siteId))
|
||||
|
||||
Reference in New Issue
Block a user