fix error where setting photo: null caused type error
This commit is contained in:
parent
d7f5fae14a
commit
2be3d16365
@ -67,6 +67,7 @@ export const auditoryResourceRouter = createTRPCRouter({
|
||||
name: z.string(),
|
||||
data: z.instanceof(Buffer),
|
||||
})
|
||||
.nullable()
|
||||
.optional(),
|
||||
platform_links: z
|
||||
.array(
|
||||
|
Loading…
x
Reference in New Issue
Block a user