Skip to content

Commit 6355c02

Browse files
Update createDocumentwithCoordinate.js
1 parent bce0288 commit 6355c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/OpenSignServer/cloud/customRoute/v1/routes/createDocumentwithCoordinate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ export default async function createDocumentwithCoordinate(request, response) {
333333
);
334334
} else {
335335
replaceVar = {
336-
subject: `${parseExtUser.Name} has requested you to sign "${name}"`,
336+
subject: `${parseExtUser.Name} has requested you to sign "${name}"`,
337337
body: email_html,
338338
};
339339
}

0 commit comments

Comments
 (0)