2
0

🐛 (fileUpload) Make file type optionnal

This commit is contained in:
Baptiste Arnaud
2023-08-30 15:09:41 +02:00
parent 90c8c809de
commit 124cb8f359

View File

@@ -27,7 +27,7 @@ export const getUploadUrl = publicProcedure
typebotId: z.string(),
blockId: z.string(),
filePath: z.string(),
fileType: z.string(),
fileType: z.string().optional(),
})
)
.output(