Skip to content

Commit

Permalink
Revert "Add decorator prevent_sync_event_circular_query to checkout.d…
Browse files Browse the repository at this point in the history
…eliveryM…" (#15659)

This reverts commit f3c0d1e.
  • Loading branch information
8r2y5 committed Mar 21, 2024
1 parent f3c0d1e commit 4fba0b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion saleor/graphql/checkout/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,6 @@ def resolve_shipping_methods(root: models.Checkout, info: ResolveInfo):
)

@staticmethod
@prevent_sync_event_circular_query
def resolve_delivery_method(root: models.Checkout, info: ResolveInfo):
return (
CheckoutInfoByCheckoutTokenLoader(info.context)
Expand Down

0 comments on commit 4fba0b2

Please sign in to comment.