Move blacklist.json to data/

This commit is contained in:
Aleksandr Statciuk 2021-08-30 20:26:04 +03:00
parent ac1d4e4e54
commit daaf71900e
2 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
const blacklist = require('./helpers/blacklist.json')
const blacklist = require('./data/blacklist.json')
const parser = require('./helpers/parser')
const log = require('./helpers/log')