move ignored usernames config to crawler specific config

This commit is contained in:
Bilal Catic
2019-09-24 23:21:06 +02:00
parent 63eb64b0f6
commit 06d35fcb4b
2 changed files with 9 additions and 4 deletions

View File

@@ -12,8 +12,6 @@ const AD_CATEGORY = {
CATEGORY_GARAGE: "GARAGE"
};
const IGNORED_USERNAMES = [];
const AD_STATUS = {
STATUS_NORMAL: 1,
STATUS_RESERVED: 2,