You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Express res.json sends a 304 status code if the response hasn't changed. So querying spot detail on our API returns 304 if DarkSky returns the same response. DarkSky returns the same response only if it is cached because otherwise, it returns new data with each request.
This means that if 304 is logged as status code by express, the forecast is cached.
d3AxisOffset
inconstants
)make-fetch-happen
The text was updated successfully, but these errors were encountered: