Skip to content

Commit

Permalink
Fixed disclaimer spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Haedrich committed Feb 6, 2024
1 parent cc7f67e commit 5575832
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 @@ -147,7 +147,7 @@ app.post("/mail/forward", async (c) => {
content: [
{
type: "text/plain",
value: mail["content-plain"] + "\n \nForwarded by justatemp.com, yet another temporary email generator." + "\n If you believe this is a mistake or the service is being abused, please contact us at [email protected].",
value: mail["content-plain"] + "\n \nForwarded by justatemp.com, yet another temporary email generator." + "\nIf you believe this is a mistake or the service is being abused, please contact us at [email protected].",
},
],
}),
Expand Down

0 comments on commit 5575832

Please sign in to comment.