chore: resolve build errors

This commit is contained in:
Lucas Smith
2025-11-06 23:49:47 +11:00
parent c40471281a
commit 7fc68a0a94
2 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,6 @@ export const handleEnvelopeItemFileRequest = async ({
} }
c.header('Content-Type', 'application/pdf'); c.header('Content-Type', 'application/pdf');
// c.header('Content-Length', file.length.toString());
c.header('ETag', etag); c.header('ETag', etag);
if (!isDownload) { if (!isDownload) {

View File

@ -93,6 +93,8 @@ export const getDocumentAndSenderByToken = async ({
envelopeItems: { envelopeItems: {
select: { select: {
id: true, id: true,
title: true,
order: true,
envelopeId: true, envelopeId: true,
documentData: true, documentData: true,
}, },