🐛 (fileUpload) Make file type optionnal
This commit is contained in:
@@ -27,7 +27,7 @@ export const getUploadUrl = publicProcedure
|
|||||||
typebotId: z.string(),
|
typebotId: z.string(),
|
||||||
blockId: z.string(),
|
blockId: z.string(),
|
||||||
filePath: z.string(),
|
filePath: z.string(),
|
||||||
fileType: z.string(),
|
fileType: z.string().optional(),
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
.output(
|
.output(
|
||||||
|
|||||||
Reference in New Issue
Block a user