We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beda82b commit 332d00eCopy full SHA for 332d00e
1 file changed
api/observations.js
@@ -22,7 +22,7 @@ const getStations = async () => {
22
23
const dataURL =
24
'http://www.weather.gov.sg/mobile/json/rest-get-latest-observation-for-all-locs.json';
25
-const observationsCache = new Map();
+// const observationsCache = new Map();
26
const numberRegexp = /[\d.]+/;
27
const getObservations = async () => {
28
const climateStations = await getStations();
0 commit comments