Skip to content

Commit 42e6e14

Browse files
committed
fix
1 parent 56116aa commit 42e6e14

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/sim/app/api/tools/docusign/route.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,8 @@ async function handleDownloadDocument(
559559
{ workspaceId, workflowId, executionId },
560560
buffer,
561561
fileName,
562-
contentType
562+
contentType,
563+
userId
563564
)
564565
return NextResponse.json({
565566
file,

0 commit comments

Comments
 (0)