feat: implement runway observations dashboard panel, add telegram alert utility, and create city payload service
This commit is contained in:
@@ -148,7 +148,7 @@ export function RunwayObservationsPanel() {
|
||||
async () => {
|
||||
await Promise.allSettled(
|
||||
RUNWAY_OBSERVATION_CITIES.map((city) =>
|
||||
ensureCityDetail(city.key, false, "panel"),
|
||||
ensureCityDetail(city.key, true, "panel"),
|
||||
),
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user