Update async.config.js

This commit is contained in:
Aleksandr Statciuk 2021-08-23 13:45:55 +03:00
parent 7b9d81d105
commit a42bcf35b9
1 changed files with 6 additions and 2 deletions

View File

@ -16,6 +16,10 @@ module.exports = {
return Promise.resolve({ accountID: '123' })
}
},
parser: () => [],
logo: () => 'http://example.com/logos/1TV.png?x=шеллы&sid=777'
parser() {
return Promise.resolve([])
},
logo() {
return Promise.resolve('http://example.com/logos/1TV.png?x=шеллы&sid=777')
}
}