Skip to content

Commit

Permalink
feat: use some more wildcard entries
Browse files Browse the repository at this point in the history
  • Loading branch information
davwheat committed Jun 9, 2024
1 parent 0bc1c4b commit d9a3ac7
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions src/data/liveTrains/shortPlatforms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,27 +91,17 @@ const data: Record<
},
},
APD: {
'1': {
SN: 'front.2',
},
'2': {
'*': {
SN: 'front.2',
},
},
APS: {
'1': {
SN: 'front.10',
},
'2': {
'*': {
SN: 'front.10',
},
},
AHD: {
'1': {
SN: 'front.10',
TL: 'front.10',
},
'2': {
'*': {
SN: 'front.10',
TL: 'front.10',
},
Expand Down

0 comments on commit d9a3ac7

Please sign in to comment.