mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-03 01:24:58 +02:00
Merge branch 'main' of https://github.com/fosrl/pangolin
This commit is contained in:
commit
0386d81b95
95 changed files with 1640 additions and 1206 deletions
|
@ -18,9 +18,11 @@ import { fromError } from "zod-validation-error";
|
|||
import { sendToClient } from "../ws";
|
||||
import { deletePeer } from "../gerbil/peers";
|
||||
|
||||
const deleteOrgSchema = z.object({
|
||||
orgId: z.string()
|
||||
});
|
||||
const deleteOrgSchema = z
|
||||
.object({
|
||||
orgId: z.string()
|
||||
})
|
||||
.strict();
|
||||
|
||||
export async function deleteOrg(
|
||||
req: Request,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue