Update utils.js

This commit is contained in:
Aleksandr Statciuk 2022-03-05 16:25:21 +03:00
parent 2effcf35f3
commit 2e270cd28e
1 changed files with 2 additions and 1 deletions

View File

@ -268,7 +268,8 @@ utils.getUTCDate = function (d = null) {
utils.parseResponse = async (item, response, config) => {
const data = merge(item, config, {
content: response.data.toString(),
buffer: response.data
buffer: response.data,
headers: response.headers
})
if (!item.channel.logo && config.logo) {