Skip to content

Commit

Permalink
FIX:https
Browse files Browse the repository at this point in the history
  • Loading branch information
Diebbo committed Jan 7, 2025
1 parent 9a10137 commit 822315d
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 @@ -247,7 +247,7 @@ export default function createNotificationWorker(db) {
const emailPayload = {
email: user.email,
title: payload.title,
body: `${payload.body}\n\n<a href="http://site232454.tw.cs.unibo.it/${payload.link}">Click here to view</a>`,
body: `${payload.body}\n\n<a href="https://site232454.tw.cs.unibo.it/${payload.link}">Click here to view</a>`,
};

await sendEmailNotification(emailPayload);
Expand Down

0 comments on commit 822315d

Please sign in to comment.