Skip to content

Commit

Permalink
Merge branch 'main' into deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Jul 8, 2024
2 parents 36b4481 + 73ae97e commit 77f6f91
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/announcement-data/systems/stations/AmeyPhil.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4124,7 +4124,7 @@ export default class AmeyPhil extends StationAnnouncementSystem {
// If last set of short platforms, add 'and' before last item
// See: https://github.com/davwheat/rail-announcements/issues/226#issuecomment-2212472715
id: i === order.length - 1 ? 'm.and customers for' : 's.customers for',
opts: { delayStart: 200 },
opts: { delayStart: i === order.length - 1 ? 0 : 200 },
},
...this.pluraliseAudio(plats, {
prefix: 'station.m.',
Expand Down Expand Up @@ -4755,7 +4755,6 @@ export default class AmeyPhil extends StationAnnouncementSystem {
afterAndDelay: this.callingPointsOptions.aroundAndDelay,
},
),
'e.today',
)
}

Expand Down Expand Up @@ -4871,7 +4870,6 @@ export default class AmeyPhil extends StationAnnouncementSystem {
afterAndDelay: this.callingPointsOptions.aroundAndDelay,
},
),
'e.today',
)
}

Expand Down

0 comments on commit 77f6f91

Please sign in to comment.