mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-03 17:26:38 +00:00
fix lint
This commit is contained in:
@@ -21,7 +21,7 @@ const updateSiteBodySchema = z
|
|||||||
newtId: z.string().min(1).max(255).optional(),
|
newtId: z.string().min(1).max(255).optional(),
|
||||||
newtSecret: z.string().min(1).max(255).optional(),
|
newtSecret: z.string().min(1).max(255).optional(),
|
||||||
})
|
})
|
||||||
.strict()
|
.strict();
|
||||||
|
|
||||||
registry.registerPath({
|
registry.registerPath({
|
||||||
method: "post",
|
method: "post",
|
||||||
|
|||||||
Reference in New Issue
Block a user