Update astro.com.my.config.js

This commit is contained in:
Aleksandr Statciuk
2022-10-31 09:53:20 +03:00
parent e276de8748
commit d2edce6439

View File

@@ -108,7 +108,7 @@ async function loadProgramDetails(item) {
const data = await axios
.get(url)
.then(r => r.data)
.catch(err => console.log(err.message))
.catch(err => {})
if (!data) return {}
return data.response || {}