Update utils.js
This commit is contained in:
		
							parent
							
								
									2effcf35f3
								
							
						
					
					
						commit
						2e270cd28e
					
				| 
						 | 
				
			
			@ -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) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue