mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-30 22:49:27 +02:00
add createNewt action and remove max orgs restriction
This commit is contained in:
parent
0e67cc5122
commit
2defd0c02b
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