Skip to content

Commit 5575832

Browse files
author
Paul Haedrich
committed
Fixed disclaimer spacing
1 parent cc7f67e commit 5575832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postservice/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ app.post("/mail/forward", async (c) => {
147147
content: [
148148
{
149149
type: "text/plain",
150-
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].",
150+
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].",
151151
},
152152
],
153153
}),

0 commit comments

Comments
 (0)