Compare commits

..
1 Commits
Author SHA1 Message Date
Ruslan Bakiev 5112f52722 Fix _build_routes call in deliveryToHub
Build Docker Image / build (push) Successful in 1m18s
2026-01-16 16:03:26 +07:00
+1 -1
View File
@@ -1138,7 +1138,7 @@ class Query(graphene.ObjectType):
logger.info("Offer %s not found", offer_uuid)
return None
routes = self._build_routes(db, offer_uuid, hub_uuid, limit=1)
routes = Query._build_routes(db, offer_uuid, hub_uuid, limit=1)
if not routes:
return None