From 88994b65e5acb90ebc78be7041cbc4d76a575cea Mon Sep 17 00:00:00 2001 From: Vesa Meskanen Date: Tue, 19 Sep 2023 09:56:38 +0300 Subject: [PATCH] chore: restore Joensuu zone mapping to match the current data --- app/configurations/config.joensuu.js | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/app/configurations/config.joensuu.js b/app/configurations/config.joensuu.js index 4f17b95c6a..65d10a1b0d 100644 --- a/app/configurations/config.joensuu.js +++ b/app/configurations/config.joensuu.js @@ -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,