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 e1d225e commit 1d06a2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/email.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const sendEmail = async (options: EmailOptions): Promise<void> => {
},
});


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

0 comments on commit 1d06a2e

Please sign in to comment.