add createNewt action and remove max orgs restriction

This commit is contained in:
miloschwartz 2025-03-26 22:20:22 -04:00
parent 0e67cc5122
commit 2defd0c02b
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,