Skip to content

Commit

Permalink
Track upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed Dec 19, 2024
1 parent 4f8940e commit 5f8a7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message_passing/update_with_start/lazy_init/starter.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ async def handle_add_item_request(
)
try:
price = Decimal(
await temporal_client.execute_update_with_start(
await temporal_client.execute_update_with_start_workflow(
ShoppingCartWorkflow.add_item,
ShoppingCartItem(sku=item_id, quantity=quantity),
start_workflow_operation=start_op,
Expand Down

0 comments on commit 5f8a7ce

Please sign in to comment.