diff --git a/packages/lib/server-only/template/create-document-from-direct-template.ts b/packages/lib/server-only/template/create-document-from-direct-template.ts index cf852e030..d010a5fe4 100644 --- a/packages/lib/server-only/template/create-document-from-direct-template.ts +++ b/packages/lib/server-only/template/create-document-from-direct-template.ts @@ -238,7 +238,7 @@ export const createDocumentFromDirectTemplate = async ({ } if (templateField.type === FieldType.NAME && directRecipientName === undefined) { - directRecipientName === signedFieldValue?.value; + directRecipientName = signedFieldValue?.value; } const derivedRecipientActionAuth = await validateFieldAuth({