fix: normalize pdf on the server

This commit is contained in:
Mythie
2024-12-18 08:14:14 +11:00
parent c161553d1d
commit 390a317bd3
5 changed files with 51 additions and 8 deletions

View File

@ -197,6 +197,7 @@ export const documentRouter = router({
teamId,
title,
documentDataId,
normalizePdf: true,
requestMetadata: extractNextApiRequestMetadata(ctx.req),
});
}),