Skip to content

Commit

Permalink
fix: phil billingshurst
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Oct 28, 2023
1 parent 803de45 commit 5857262
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/announcement-data/systems/stations/KeTechPhil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default class KeTechPhil extends StationAnnouncementSystem {
crsCode: 'HRH',
splitType: 'splits' as const,
splitForm: 'rear.4',
splitCallingPoints: ['CHH', 'PUL', 'AMY', 'ARU', 'FOD', 'BAA', 'BOG'].map(crsToStationItemMapper),
splitCallingPoints: ['CHH', 'BIG', 'PUL', 'AMY', 'ARU', 'FOD', 'BAA', 'BOG'].map(crsToStationItemMapper),
},
'BAA',
'CCH',
Expand Down Expand Up @@ -950,6 +950,7 @@ export default class KeTechPhil extends StationAnnouncementSystem {
'BIC',
'BID',
'BIF',
'BIG',
'BIK',
'BIL',
'BIN',
Expand Down

0 comments on commit 5857262

Please sign in to comment.