diff --git a/src/services/nwsWeather.ts b/src/services/nwsWeather.ts index 053bc17..6c51823 100644 --- a/src/services/nwsWeather.ts +++ b/src/services/nwsWeather.ts @@ -176,7 +176,6 @@ export async function getAlerts({ const { data } = await axios.get(`/api/weather/alerts/active`, { params: { point: `${lat},${lon}`, - message_type: "alert", status: "actual", }, });