Skip to content

Commit

Permalink
fix: changed bicycle season end date
Browse files Browse the repository at this point in the history
  • Loading branch information
Dvun committed Nov 13, 2023
1 parent ea79895 commit 63b674f
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 63b674f

Please sign in to comment.