mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-15 09:26:40 +00:00
Merge dev into fix/log-analytics-adjustments
This commit is contained in:
@@ -47,9 +47,9 @@ export type GetOrgUserResponse = NonNullable<
|
||||
>;
|
||||
|
||||
const getOrgUserParamsSchema = z.strictObject({
|
||||
userId: z.string(),
|
||||
orgId: z.string()
|
||||
});
|
||||
userId: z.string(),
|
||||
orgId: z.string()
|
||||
});
|
||||
|
||||
registry.registerPath({
|
||||
method: "get",
|
||||
|
||||
Reference in New Issue
Block a user