feat: Update distribution method in EOI document generation to 'NONE'
This commit is contained in:
@@ -234,7 +234,7 @@ export default defineEventHandler(async (event) => {
|
||||
message: `Dear ${interest['Full Name']},\n\nThank you for your interest in a berth at Port Nimara. Please click the link above to sign your LOI.\n\nBest Regards,\nPort Nimara Team`,
|
||||
subject: "Your LOI is ready to be signed",
|
||||
redirectUrl: "https://portnimara.com",
|
||||
distributionMethod: "SEQUENTIAL"
|
||||
distributionMethod: "NONE"
|
||||
},
|
||||
title: `${interest['Full Name']}-EOI-NDA`,
|
||||
externalId: `loi-${interestId}`,
|
||||
|
||||
Reference in New Issue
Block a user