deploy: 9e124e864e4ea4d2ae0b97c6a99cc6d497632569

This commit is contained in:
SukkaBot
2022-10-28 16:37:33 +00:00
parent 9b15d609c0
commit d66b7e4d2c
6 changed files with 17 additions and 4433 deletions

View File

@@ -192,7 +192,7 @@ const threads = isCI ? cpuCount : cpuCount / 2;
let isTobeRemoved = false;
for (const keyword of domainKeywordsSet) {
if (domain.includes(keyword) || keyword.includes(domain)) {
if (domain.includes(keyword)) {
isTobeRemoved = true;
break;
}