Skip to content

Commit

Permalink
Merge pull request #4883 from HSLdevcom/DT-6135
Browse files Browse the repository at this point in the history
DT-6135: changed bicycle season end date
  • Loading branch information
vesameskanen authored Nov 14, 2023
2 parents ea79895 + 63b674f commit ed2c2e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/configurations/config.turku.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ export default configMerger(walttiConfig, {
capacity: BIKEAVL_WITHMAX,
enabled: true,
season: {
// 1.4. - 31.10.
// 1.4. - 23.12.
start: new Date(new Date().getFullYear(), 3, 1),
end: new Date(new Date().getFullYear(), 10, 1),
end: new Date(new Date().getFullYear(), 11, 24),
},
icon: 'citybike',
name: {
Expand Down

0 comments on commit ed2c2e2

Please sign in to comment.