Skip to content

Commit e60479c

Browse files
author
Patrick Qian
authored
Merge pull request #4154 from hove-io/fix_api_obstacles_nearby
fix(API): fix enum configuration
2 parents 67d9bd4 + ddfd97d commit e60479c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/jormungandr/jormungandr/instance.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ def get_external_service_providers_from_db(self):
316316
return [
317317
res
318318
for res in result
319-
if res.navitia_service in ['free_floatings', 'vehicle_occupancies', "vehicle_positions"]
319+
if res.navitia_service in ['free_floatings', 'vehicle_occupancies', "vehicle_positions", "obstacles"]
320320
]
321321

322322
def get_realtime_proxies_from_db(self):

0 commit comments

Comments
 (0)