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 Jun 9, 2024
2 parents 80ebb62 + d9a3ac7 commit 503011a
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions src/data/liveTrains/shortPlatforms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,14 @@ const data: Record<
},
},
ANZ: {
'*': {
'1': {
SN: 'front.9',
GX: 'front.9',
TL: 'front.9',
},
'2': {
SN: 'front.8',
GX: 'front.8',
TL: 'front.8',
},
},
Expand All @@ -85,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 503011a

Please sign in to comment.