fix build bugs

This commit is contained in:
2025-12-11 18:57:47 +01:00
parent ee62099354
commit d0e2f913e5
3 changed files with 1 additions and 646 deletions

View File

@@ -34,7 +34,7 @@ export const POST = async (req: NextRequest) => {
context: {
auth0_user_roles: userRoles,
}
}
} as any
}),
}
});