mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
wrong subtask id being sent
This commit is contained in:
parent
8152dc5166
commit
0dbc5f985c
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue