Skip to content
This repository was archived by the owner on Jun 29, 2025. It is now read-only.

Commit 9b0c08d

Browse files
committed
fix: remove dot in email link
1 parent 37fda22 commit 9b0c08d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/email/email.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export class EmailService {
2828
from: `"Pingvin Share" <${this.config.get("SMTP_EMAIL")}>`,
2929
to: recipientEmail,
3030
subject: "Files shared with you",
31-
text: `Hey!\n${creator.username} shared some files with you. View or dowload the files with this link: ${shareUrl}.\nShared securely with Pingvin Share 🐧`,
31+
text: `Hey!\n${creator.username} shared some files with you. View or dowload the files with this link: ${shareUrl}\nShared securely with Pingvin Share 🐧`,
3232
});
3333
}
3434
}

0 commit comments

Comments
 (0)