Skip to content

Commit

Permalink
Unpacked dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
k-macmillan committed Dec 26, 2024
1 parent 12b89ba commit 4e5256a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/celery/process_comp_and_pen.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def comp_and_pen_batch_process(records: list[dict[str, str]]) -> None:
template,
sms_sender_id,
reply_to_text,
[DynamoRecord(item) for item in records],
[DynamoRecord(**item) for item in records],
current_app.config['COMP_AND_PEN_PERF_TO_NUMBER'],
)

Expand Down

0 comments on commit 4e5256a

Please sign in to comment.