Skip to content

Commit

Permalink
Improve from declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee committed Mar 14, 2024
1 parent 0212f07 commit 1cfb78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend-node/src/mail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export async function sendMail({
messageId: messageId,
references: references,
inReplyTo: references,
from: "[email protected]",
from: "Flathub <[email protected] >",
to: to,
subject: subject,
html: emailHtml,
Expand Down

0 comments on commit 1cfb78b

Please sign in to comment.