Skip to content

Commit

Permalink
unsubscribe flag is false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
meln1k committed Mar 8, 2024
1 parent 929619a commit a7f95e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixbackend/notification/email/email_sender.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ async def send_email(
subject: str,
text: str,
html: Optional[str],
unsubscribe: bool = True,
unsubscribe: bool = False,
) -> None: # pragma: no cover

unsubscribe_url = ""
Expand Down

0 comments on commit a7f95e9

Please sign in to comment.