Skip to content

Commit

Permalink
FIX:html in email
Browse files Browse the repository at this point in the history
  • Loading branch information
Diebbo committed Jan 7, 2025
1 parent 822315d commit 60c71a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/pushNotificationWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export default function createNotificationWorker(db) {
from: "selfie.notification@gmail.com",
to: payload.email,
subject: payload.title,
text: payload.body,
html: payload.body,
};

if (process.env.NODE_ENV !== "production") {
Expand Down

0 comments on commit 60c71a5

Please sign in to comment.