prevent static optimization on root page

This commit is contained in:
Milo Schwartz 2024-10-26 21:47:12 -04:00
parent 976635e5fe
commit 4706dea3bf
No known key found for this signature in database
3 changed files with 31 additions and 37 deletions

View file

@ -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