Fix typo
Some checks are pending
continuous-integration/drone/push Build is running

This commit is contained in:
Pierre-Olivier Mercier 2024-03-15 12:46:27 +01:00
parent af430d4c39
commit a4f0dfe82d

View File

@ -21,7 +21,7 @@ const (
JourneyStatusReducedService = "REDUCED_SERVICE"
// Service running but with substantial delays expected.
JourneyStatusSignificantDelay = "SIGNIFICANT_DELAY"
JourneyStatusSignificantDelay = "SIGNIFICANT_DELAYS"
// Service running on alternative routes to avoid problem.
JourneyStatusDetour = "DETOUR"