Skip to content

Commit

Permalink
Fixing test actions error
Browse files Browse the repository at this point in the history
  • Loading branch information
mugishaj092 committed Apr 7, 2024
1 parent 6fdb1c6 commit e1d225e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/email.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const sendEmail = async (options: EmailOptions): Promise<void> => {
pass: process.env.EMAIL_PASSWORD,
},
});


const mailOptions = {
from: 'My brand <[email protected]>',
Expand Down

0 comments on commit e1d225e

Please sign in to comment.