deploy: 965cc52eb9834ebf587e1569779e0dc4bf13078e

This commit is contained in:
SukkaBot
2022-08-22 05:02:40 +00:00
parent 523ee8a080
commit 2055002550
4 changed files with 6 additions and 7 deletions

View File

@@ -6,7 +6,6 @@ exports.dedupe = ({ chunk }) => {
for (let i = 0, l = chunk.length; i < l; i++) {
const domainFromInput = chunk[i];
for (const domainFromFullSet of workerData) {
if (outputToBeRemoved.has(domainFromFullSet)) continue;
if (domainFromFullSet === domainFromInput) continue;
if (domainFromFullSet.charAt(0) !== '.') continue;
// domainFromFullSet is now startsWith a "."