code review feedback

This commit is contained in:
Kenneth Kehl
2024-01-18 15:12:52 -08:00
parent 797c9f5fc8
commit 510e67e20b
2 changed files with 14 additions and 21 deletions

View File

@@ -433,7 +433,6 @@ def get_all_notifications_for_service(service_id):
notification.job_id,
notification.job_row_number,
)
print(f"RECIPIENTE IN service/rest {recipient}")
notification.to = recipient
notification.normalised_to = recipient
else: