mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-23 13:26:41 +00:00
Merge dev into fix/log-analytics-adjustments
This commit is contained in:
@@ -10,10 +10,10 @@ import { eq } from "drizzle-orm";
|
||||
import { fromError } from "zod-validation-error";
|
||||
|
||||
const addUserActionSchema = z.strictObject({
|
||||
userId: z.string(),
|
||||
actionId: z.string(),
|
||||
orgId: z.string()
|
||||
});
|
||||
userId: z.string(),
|
||||
actionId: z.string(),
|
||||
orgId: z.string()
|
||||
});
|
||||
|
||||
export async function addUserAction(
|
||||
req: Request,
|
||||
|
||||
Reference in New Issue
Block a user