Skip to content

Commit 4c410e9

Browse files
committed
fix: updates to nws alerts not showing
1 parent c7619b0 commit 4c410e9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/services/nwsWeather.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ export async function getAlerts({
176176
const { data } = await axios.get<Alerts>(`/api/weather/alerts/active`, {
177177
params: {
178178
point: `${lat},${lon}`,
179-
message_type: "alert",
180179
status: "actual",
181180
},
182181
});

0 commit comments

Comments
 (0)