Skip to content

Commit

Permalink
Update presents end date
Browse files Browse the repository at this point in the history
  • Loading branch information
luk3yx committed Jan 7, 2024
1 parent 2295769 commit 79417cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ holidays.schedule = {
date_range_predicate({month=12, day=27}, {month=1, day=10}) -- new years
),
winter = date_range_predicate({month=12, day=21}, {month=1, day=1}),
presents = date_range_predicate({month=11, day=6}, {month=1, day=15}),
presents = date_range_predicate({month=11, day=6}, {month=1, day=10}),
}

function holidays.is_holiday_active(holiday_name)
Expand Down

0 comments on commit 79417cb

Please sign in to comment.