Commit 90372e69 authored by Johannes Bill's avatar Johannes Bill

add AT (Austria) to allowed country codes

parent b2591295
......@@ -151,7 +151,7 @@ function Holidays(year) {
}
this.getAllHolidays = function (info, epochSpan, cb) {
if (info.countryCode && ['DE', 'GB', 'US'].includes(info.countryCode)) {
if (info.countryCode && ['DE', 'AT', 'GB', 'US'].includes(info.countryCode)) {
const holidayDays = getDateHolidays(info.countryCode)
.filter(x => x.type === 'public')
.map(x => {
......
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