mirror of
https://github.com/documenso/documenso.git
synced 2025-11-15 01:01:49 +10:00
chore: feedback from pull request
This commit is contained in:
@ -127,7 +127,7 @@ export const sendDocument = async ({
|
||||
}
|
||||
|
||||
await jobsClient.triggerJob({
|
||||
name: 'send.signing.email',
|
||||
name: 'send.signing.requested.email',
|
||||
payload: {
|
||||
userId,
|
||||
documentId,
|
||||
|
||||
@ -41,7 +41,7 @@ export const verifyEmail = async ({ token }: VerifyEmailProps) => {
|
||||
DateTime.now().minus({ hours: 1 }).toJSDate() > mostRecentToken.createdAt
|
||||
) {
|
||||
await jobsClient.triggerJob({
|
||||
name: 'send.confirmation.email',
|
||||
name: 'send.signup.confirmation.email',
|
||||
payload: {
|
||||
email: verificationToken.user.email,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user