Update createDocumentwithCoordinate.js

This commit is contained in:
prafull-opensignlabs
2024-05-08 16:00:02 +05:30
committed by GitHub
parent bce028877b
commit 6355c02485
@@ -333,7 +333,7 @@ export default async function createDocumentwithCoordinate(request, response) {
);
} else {
replaceVar = {
subject: `${parseExtUser.Name} has requested you to sign "${name}"`,
subject: `${parseExtUser.Name} has requested you to sign "${name}"`,
body: email_html,
};
}