There was an error while loading. Please reload this page.
1 parent c7619b0 commit 4c410e9Copy full SHA for 4c410e9
1 file changed
src/services/nwsWeather.ts
@@ -176,7 +176,6 @@ export async function getAlerts({
176
const { data } = await axios.get<Alerts>(`/api/weather/alerts/active`, {
177
params: {
178
point: `${lat},${lon}`,
179
- message_type: "alert",
180
status: "actual",
181
},
182
});
0 commit comments