Skip to content

Commit

Permalink
Switched forwarded formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Haedrich committed Feb 5, 2024
1 parent d19b4b1 commit fd157d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postservice/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ app.post("/mail/forward", async (c) => {
content: [
{
type: "text/plain",
value: mail["content-plain-formatted"] + "\n \nForwarded by justatemp.com on your request.",
value: mail["content-plain"] + "\n \nForwarded by justatemp.com on your request.",
},
],
}),
Expand Down

0 comments on commit fd157d8

Please sign in to comment.