mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-04 01:55:10 +02:00
uncomment orgs list for dropdown
This commit is contained in:
parent
4706dea3bf
commit
25224e0343
3 changed files with 13 additions and 14 deletions
|
@ -79,8 +79,6 @@ export async function listOrgs(
|
|||
.where(inArray(orgs.orgId, userOrgIds));
|
||||
const totalCount = totalCountResult[0].count;
|
||||
|
||||
logger.debug("here2")
|
||||
|
||||
return response<ListOrgsResponse>(res, {
|
||||
data: {
|
||||
orgs: organizations,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue