Fix: resolve_offer_to_hub call in resolve_nearest_offers (self is None in graphene)
All checks were successful
Build Docker Image / build (push) Successful in 1m26s

This commit is contained in:
Ruslan Bakiev
2026-01-26 16:17:27 +07:00
parent 9ff7927463
commit 0c19135c49
3 changed files with 1 additions and 1 deletions

View File

@@ -1561,7 +1561,7 @@ class Query(graphene.ObjectType):
# Calculate route to hub if hub_uuid provided
if hub_uuid:
route_result = self.resolve_offer_to_hub(info, node['_key'], hub_uuid)
route_result = Query.resolve_offer_to_hub(Query, info, node['_key'], hub_uuid)
if route_result and route_result.routes:
routes = route_result.routes

Binary file not shown.