add createNewt action and remove max orgs restriction

This commit is contained in:
miloschwartz 2025-03-26 22:20:22 -04:00
parent fefb07e14c
commit 5e2f9e1eeb
No known key found for this signature in database
4 changed files with 24 additions and 4 deletions

View file

@ -27,7 +27,7 @@ const createOrgSchema = z
})
.strict();
const MAX_ORGS = 5;
// const MAX_ORGS = 5;
export async function createOrg(
req: Request,