Merge remote-tracking branch 'origin/static-host'
This commit is contained in:
commit
c4f16d786a
6 changed files with 9 additions and 153 deletions
|
|
@ -87,7 +87,7 @@ class Radar extends WeatherDisplay {
|
|||
const lists = (await Promise.all(baseUrls.map(async (url) => {
|
||||
try {
|
||||
// get a list of available radars
|
||||
return text(url, { cors: true });
|
||||
return text(url);
|
||||
} catch (error) {
|
||||
console.log('Unable to get list of radars');
|
||||
console.error(error);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue