Skip to content

Commit 5076950

Browse files
committed
fix: ensure that HSL city bike season does not start too early
1 parent 2120dce commit 5076950

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/configurations/config.hsl.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,8 +450,8 @@ export default {
450450
hsl: {
451451
enabled: true,
452452
season: {
453-
preSeasonStart: '1.3',
454-
start: '17.3',
453+
preSeasonStart: '1.4',
454+
start: '1.4',
455455
end: '31.10',
456456
},
457457
capacity: BIKEAVL_WITHMAX,

0 commit comments

Comments
 (0)