Skip to content

Commit

Permalink
Revert "Revert "Revert "Revert "Revert "Revert "scooters turned off""…
Browse files Browse the repository at this point in the history
…""""

This reverts commit c16c345.
  • Loading branch information
vesameskanen committed Sep 25, 2024
1 parent 28fac84 commit 6f9d07d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/configurations/config.hsl.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,9 @@ export default {
availableForSelection: true,
},
scooter: {
availableForSelection: true,
availableForSelection: false,
defaultValue: false,
showIfSelectedForRouting: true,
showIfSelectedForRouting: false,
},
airplane: {
availableForSelection: false,
Expand Down Expand Up @@ -498,7 +498,7 @@ export default {
showRentalStations: true,
},
bolt_helsinki: {
enabled: true,
enabled: false,
season: {
alwaysOn: true,
},
Expand Down
2 changes: 1 addition & 1 deletion app/configurations/config.matka.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export default {
availableForSelection: true,
},
scooter: {
availableForSelection: true,
availableForSelection: false,
defaultValue: false,
},
},
Expand Down

0 comments on commit 6f9d07d

Please sign in to comment.