Fix _build_routes call in deliveryToHub
All checks were successful
Build Docker Image / build (push) Successful in 1m18s
All checks were successful
Build Docker Image / build (push) Successful in 1m18s
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user