Small fixes to make MC build on Mac

This commit is contained in:
Pieter Vander Vennet 2022-07-07 22:35:28 +02:00
parent fe522022b2
commit 52f1d86772
2 changed files with 6 additions and 4 deletions

View file

@ -477,9 +477,10 @@ export class OH {
lat: tags._lat,
lon: tags._lon,
address: {
country_code: tags._country.toLowerCase()
country_code: tags._country.toLowerCase(),
state: undefined
},
}, {tag_key: "opening_hours"});
}, <any> {tag_key: "opening_hours"});
}
/*