Skip to content

Commit

Permalink
refactor: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tejaskh3 committed Sep 8, 2024
1 parent 17727be commit cc219ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/subscription.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export const sendEmail = async (req: CustomRequest, res: CustomResponse) => {

const info = await transporter.sendMail({
from: `"Real Dev Squad" <${emailCredentials.user}>`,
// TODO: after approving this PR we need to send email to TEJAS sir via this API as a POC.
to: "[email protected]",
subject: "Hello local, Testing in progress.",
text: "working for notification feature",
Expand Down

0 comments on commit cc219ae

Please sign in to comment.