mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-02 09:05:49 +02:00
prevent static optimization on root page
This commit is contained in:
parent
976635e5fe
commit
4706dea3bf
3 changed files with 31 additions and 37 deletions
|
@ -46,8 +46,6 @@ export async function listOrgs(
|
|||
|
||||
const { limit, offset } = parsedQuery.data;
|
||||
|
||||
logger.debug("here0")
|
||||
|
||||
// Use the userOrgs passed from the middleware
|
||||
const userOrgIds = req.userOrgIds;
|
||||
|
||||
|
@ -66,7 +64,6 @@ export async function listOrgs(
|
|||
message: "No organizations found for the user",
|
||||
status: HttpCode.OK,
|
||||
});
|
||||
logger.debug("here1")
|
||||
}
|
||||
|
||||
const organizations = await db
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue