Skip to content

Commit

Permalink
Remove extra footer
Browse files Browse the repository at this point in the history
  • Loading branch information
mdirolf committed May 28, 2024
1 parent 6a5c4fe commit caada69
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions functions/src/queueEmails.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,13 +196,6 @@ async function queueEmailForUser(
return;
}

markdown += `---
Crosshare notifications are sent at most once per day. To manage your notification preferences visit [your Account page](${emailLink(
CAMPAIGN,
'account'
)})`;

return sendEmail({
client,
userId,
Expand Down

0 comments on commit caada69

Please sign in to comment.