Skip to content
Snippets Groups Projects
Commit f696a8f5 authored by Reinder Kraaij's avatar Reinder Kraaij :eye:
Browse files

Do not Log Error when retrieving timing.

parent 83bcba12
No related branches found
No related tags found
2 merge requests!1213Resolve TMSS-2717 "Refactor details summary + ui tweaks",!1212Resolve TMSS-2717 "Refactor details summary + ui tweaks"
......@@ -55,7 +55,7 @@ const UtilService = {
localStorage.setItem('UTC_LST_MAP_V3' + stationstring, JSON.stringify(localUtcLstMap));
return response;
} catch (error) {
console.error(error);
return null;
}
},
/** Function to fetch sun timings from the backend for single station. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment