Compare commits
1 Commits
339db65514
...
5112f52722
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5112f52722 |
@@ -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