Skip to content

Commit

Permalink
Fix not always showing disruptions
Browse files Browse the repository at this point in the history
  • Loading branch information
cristan committed Sep 4, 2024
1 parent b06df3e commit 417ffc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ object DetailsMapper {
serviceType = serviceType,
directions = if (directions != "") directions else null,
about = about,
disruptions = "Helaas kunt u hier op dit moment geen OV-fiets huren. Onze excuses voor dit ongemak. Raadpleeg de NS Reisplanner app of website (ns.nl/ov-fiets) voor de dichtstbijzijnde OV-fiets verhuurlocatie.",
disruptions = disruptions,
location = location,
coordinates = LatLng(payload.lat, payload.lng),
stationName = allStations[payload.stationCode],
Expand Down

0 comments on commit 417ffc5

Please sign in to comment.