From 649f1e171c72bcef603463cab18b274c4e413913 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Tue, 23 Nov 2021 17:31:07 +0300 Subject: [PATCH] Update zap.co.ao.config.js --- sites/zap.co.ao/zap.co.ao.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/zap.co.ao/zap.co.ao.config.js b/sites/zap.co.ao/zap.co.ao.config.js index 47a34d6b..9b951fa5 100644 --- a/sites/zap.co.ao/zap.co.ao.config.js +++ b/sites/zap.co.ao/zap.co.ao.config.js @@ -16,7 +16,7 @@ module.exports = { const channels = JSON.parse(content) const data = channels.find(ch => ch.id == channel.site_id) - return data.image_uri + return data ? data.image_uri : null }, parser: function ({ content, channel }) { let PM = false