Skip to content

Commit cf92a77

Browse files
fix: log
1 parent 610906c commit cf92a77

File tree

1 file changed

+1
-1
lines changed
  • services/notifications/src/simcore_service_notifications/modules/celery

1 file changed

+1
-1
lines changed

services/notifications/src/simcore_service_notifications/modules/celery/_email_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ async def send_email(
1414
) -> None:
1515
# TODO: render email template with message and recipient details
1616
# and send the email using an email service
17-
_logger.info(f"Sending email notification to {recipient.email}")
17+
_logger.info(f"Sending email notification to {recipient.address}")

0 commit comments

Comments
 (0)