Commit 8fc78548 authored by Johannes Bill's avatar Johannes Bill

set hardcoded holidays to 2024

parent 126f80ee
......@@ -32,7 +32,7 @@ const variableOffsets = {
const holidayCache = {};
function getDateHolidays(countryCode) {
if (!(countryCode in holidayCache)) {
holidayCache[countryCode] = new DateHolidays(countryCode).getHolidays(2023);
holidayCache[countryCode] = new DateHolidays(countryCode).getHolidays(2024);
}
return holidayCache[countryCode];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment