Update validate.js

This commit is contained in:
Aleksandr Statciuk 2022-02-03 04:20:46 +03:00
parent 6e135a16fc
commit 40ec832b71

View file

@ -4,8 +4,6 @@ const chalk = require('chalk')
program.argument('<filepath>', 'Path to file to validate').parse(process.argv) program.argument('<filepath>', 'Path to file to validate').parse(process.argv)
const options = program.opts()
async function main() { async function main() {
await api.channels.load() await api.channels.load()