wrong subtask id being sent

This commit is contained in:
Jun-te Kim 2026-02-13 12:37:53 +00:00
parent 8152dc5166
commit 0dbc5f985c

View file

@ -136,7 +136,7 @@ def create_batch_and_send_to_address2uprn(
# Send message with S3 reference
send_to_address2uprn_queue(
task_id=str(task_id),
sub_task_id=batch_sub_task_id,
sub_task_id=created_batch_sub_task_id,
s3_uri=s3_uri,
)