fix(type error):

This commit is contained in:
2026-01-28 02:49:19 +05:30
parent 4594a264a1
commit add03289c6

View File

@@ -385,7 +385,7 @@ router.put(
const updated = await storage.updatePdfFile(id, {
filename: file?.originalname,
pdfData: file?.buffer,
pdfData: file?.buffer as any,
});
if (!updated)