mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-06 18:56:39 +00:00
Merge dev into fix/log-analytics-adjustments
This commit is contained in:
@@ -24,8 +24,8 @@ const paramsSchema = z
|
||||
.strict();
|
||||
|
||||
const bodySchema = z.strictObject({
|
||||
redirectUrl: z.string()
|
||||
});
|
||||
redirectUrl: z.string()
|
||||
});
|
||||
|
||||
const querySchema = z.object({
|
||||
orgId: z.string().optional() // check what actuall calls it
|
||||
|
||||
Reference in New Issue
Block a user