Skip to content

Commit

Permalink
Fixed variable (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
DDZBX authored Aug 30, 2024
1 parent 197b8e6 commit 7e805ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mails/mails.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export class MailsService {
toEmail: user.email,
templateId: MailjetTemplates.USER_EMAIL_VERIFICATION,
variables: {
firstname: user.firstName,
firstName: user.firstName,
toEmail: user.email,
token,
},
Expand Down

0 comments on commit 7e805ce

Please sign in to comment.