minor fix
This commit is contained in:
parent
e071b9eb07
commit
d99972a335
|
@ -133,9 +133,11 @@ export const UpdateLinkSchema = z.object({
|
|||
),
|
||||
pinnedBy: z
|
||||
.array(
|
||||
z.object({
|
||||
id: z.number(),
|
||||
})
|
||||
z
|
||||
.object({
|
||||
id: z.number().optional(),
|
||||
})
|
||||
.optional()
|
||||
)
|
||||
.optional(),
|
||||
});
|
||||
|
|
Ŝarĝante…
Reference in New Issue