Update bot_detector.js

This commit is contained in:
Klemek
2021-04-04 23:33:59 +02:00
committed by GitHub
parent 8e795c6371
commit e56867a269
-2
View File
@@ -11,8 +11,6 @@ module.exports = (config) => {
}, },
count: [], count: [],
regex: null, regex: null,
knownBots: [],
known: [],
}; };
const fetchList = (cb) => { const fetchList = (cb) => {