Skip to content

Commit 332d00e

Browse files
committed
Comment out observationsCache
1 parent beda82b commit 332d00e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/observations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const getStations = async () => {
2222

2323
const dataURL =
2424
'http://www.weather.gov.sg/mobile/json/rest-get-latest-observation-for-all-locs.json';
25-
const observationsCache = new Map();
25+
// const observationsCache = new Map();
2626
const numberRegexp = /[\d.]+/;
2727
const getObservations = async () => {
2828
const climateStations = await getStations();

0 commit comments

Comments
 (0)