Fix linter issues

This commit is contained in:
Aleksandr Statciuk 2021-10-07 17:07:20 +03:00
parent 11261efa9a
commit 79a676d3ec
1 changed files with 0 additions and 12 deletions

View File

@ -1,17 +1,5 @@
const axios = require('axios').default
const utils = require('./utils')
const Result = {
events: {
data: () => {},
error: () => {},
done: () => {}
},
on(type, cb) {
this.events[type] = cb
}
}
module.exports = {
grab: async function (channel, config, cb) {
config = utils.loadConfig(config)