diff --git a/server/scripts/modules/currentweather.mjs b/server/scripts/modules/currentweather.mjs index 543c9c9..c9ed112 100644 --- a/server/scripts/modules/currentweather.mjs +++ b/server/scripts/modules/currentweather.mjs @@ -42,7 +42,6 @@ class CurrentWeather extends WeatherDisplay { // station observations // eslint-disable-next-line no-await-in-loop observations = await json(`${station.id}/observations`, { - cors: true, data: { limit: 2, },