From 3fa308b9985fee2fbb9b0038516f3dabed236232 Mon Sep 17 00:00:00 2001 From: Faheed Date: Wed, 19 Nov 2025 13:12:29 +0300 Subject: [PATCH] ... --- recruitment/email_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recruitment/email_service.py b/recruitment/email_service.py index 92d630a..d811aa9 100644 --- a/recruitment/email_service.py +++ b/recruitment/email_service.py @@ -318,7 +318,7 @@ def send_bulk_email(subject, message, recipient_list, request=None, attachments= sender_user_id, job_id, hook='recruitment.tasks.email_success_hook', - + ) task_ids.append(task_id)