mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-03 01:24:58 +02:00
add createNewt action and remove max orgs restriction
This commit is contained in:
parent
fefb07e14c
commit
5e2f9e1eeb
4 changed files with 24 additions and 4 deletions
|
@ -27,7 +27,7 @@ const createOrgSchema = z
|
|||
})
|
||||
.strict();
|
||||
|
||||
const MAX_ORGS = 5;
|
||||
// const MAX_ORGS = 5;
|
||||
|
||||
export async function createOrg(
|
||||
req: Request,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue