Skip to content

Commit

Permalink
Revert "Revert "Revert "Revert "scooters turned off""""
Browse files Browse the repository at this point in the history
This reverts commit b8789e5.
  • Loading branch information
vesameskanen committed Sep 24, 2024
1 parent f0bce88 commit c04023f
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 @@ -201,9 +201,9 @@ export default {
availableForSelection: true,
},
scooter: {
availableForSelection: true,
availableForSelection: false,
defaultValue: false,
showIfSelectedForRouting: true,
showIfSelectedForRouting: false,
},
airplane: {
availableForSelection: false,
Expand Down Expand Up @@ -497,7 +497,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 @@ -195,7 +195,7 @@ export default {
availableForSelection: true,
},
scooter: {
availableForSelection: true,
availableForSelection: false,
defaultValue: false,
},
},
Expand Down

0 comments on commit c04023f

Please sign in to comment.