Ensure that the false_destination field exists on the schedule type
All checks were successful
Generate and Release Protos / release (push) Successful in 49s

This commit is contained in:
2026-05-09 19:06:01 +01:00
parent b55d9f32ec
commit 76770f5170

View File

@@ -209,6 +209,11 @@
"name": "avg_loading",
"description": "Average loading at this location",
"type": "integer"
},
"fd": {
"name": "false_destination",
"description": "The false destination should be shown in place of the destination on public views",
"type": "string"
}
}
}