```ts if (!exists(proto_res) || !exists(proto_res.properties.periods)) return new Err(`No data from

if (!exists(proto_res) || !exists(proto_res.properties.periods)) return new Err(`No data from ${WeatherAPIEndpoint}/hourly`);

i do check that
Was this page helpful?