mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-16 01:46:38 +00:00
Merge dev into fix/log-analytics-adjustments
This commit is contained in:
@@ -10,13 +10,13 @@ import logger from "@server/logger";
|
||||
import { fromError } from "zod-validation-error";
|
||||
|
||||
const removeUserActionParamsSchema = z.strictObject({
|
||||
userId: z.string()
|
||||
});
|
||||
userId: z.string()
|
||||
});
|
||||
|
||||
const removeUserActionSchema = z.strictObject({
|
||||
actionId: z.string(),
|
||||
orgId: z.string()
|
||||
});
|
||||
actionId: z.string(),
|
||||
orgId: z.string()
|
||||
});
|
||||
|
||||
export async function removeUserAction(
|
||||
req: Request,
|
||||
|
||||
Reference in New Issue
Block a user