We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8e321c commit c33565bCopy full SHA for c33565b
functions-python/tasks_executor/src/main.py
@@ -45,7 +45,7 @@
45
"description": "Rebuilds missing validation reports for GTFS datasets.",
46
"handler": rebuild_missing_validation_reports_handler,
47
},
48
- "identify_missing_bounding_boxes": {
+ "rebuild_missing_bounding_boxes": {
49
"description": "Rebuilds missing bounding boxes for GTFS datasets that contain valid stops.txt files.",
50
"handler": rebuild_missing_bounding_boxes_handler,
51
0 commit comments