mirror of
https://github.com/documenso/documenso.git
synced 2026-07-25 01:15:49 +10:00
feat: document file conversion
This commit is contained in:
@@ -46,7 +46,7 @@ export const filesRoute = new Hono<HonoEnv>()
|
||||
return c.json({ error: 'File too large' }, 400);
|
||||
}
|
||||
|
||||
const result = await putNormalizedPdfFileServerSide(file);
|
||||
const result = await putNormalizedPdfFileServerSide({ file });
|
||||
|
||||
return c.json(result);
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user