Skip to content

Commit

Permalink
chore: restore Joensuu zone mapping to match the current data
Browse files Browse the repository at this point in the history
  • Loading branch information
vesameskanen committed Sep 19, 2023
1 parent fc5cc29 commit 88994b6
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions app/configurations/config.joensuu.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,13 @@ export default configMerger(walttiConfig, {
],
},
zoneIdMapping: {
1: 'City',
2: 'A',
3: 'B',
4: 'C',
5: 'D',
6: 'E',
7: 'F',
8: 'G',
1: 'A',
2: 'B',
3: 'C',
4: 'D',
5: 'E',
6: 'F',
7: 'G',
},
zones: {
stops: true,
Expand Down

0 comments on commit 88994b6

Please sign in to comment.