Skip to content

Commit

Permalink
Update cart_object.py (#175)
Browse files Browse the repository at this point in the history
..or change first param on line 33 from checkout_handle to handle
  • Loading branch information
johnniemorrow authored Jul 31, 2024
1 parent 761d68f commit 3aeef6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from restate.context import ObjectContext
from restate.object import VirtualObject

from example.checkout_service import handle
from example.checkout_service import handle as checkout_handle
from example.ticket_object import reserve, mark_as_sold, unreserve

cart = VirtualObject("cart")
Expand Down

0 comments on commit 3aeef6e

Please sign in to comment.