mirror of
https://github.com/documenso/documenso.git
synced 2025-11-23 13:11:32 +10:00
chore: resolve build errors
This commit is contained in:
@ -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) {
|
||||||
|
|||||||
@ -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,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user