From 2b61e5578304890b31c2fc2f9acb4fc1c8ac6bef Mon Sep 17 00:00:00 2001 From: Matt Walsh Date: Thu, 12 Jun 2025 09:30:31 -0500 Subject: [PATCH] get current conditions direct from api --- server/scripts/modules/currentweather.mjs | 1 - 1 file changed, 1 deletion(-) 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, },