Fix dedupe

This commit is contained in:
SukkaW
2023-07-04 14:05:56 +08:00
parent 6746a0acec
commit e9cabbb49e
2 changed files with 17 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ module.exports = ({ chunk }) => {
if (domainFromInputLen < domainFromFullSetLen) {
if (domainFromInputLen + 1 !== domainFromFullSetLen) {
break;
continue;
}
// !domainFromInput.starsWith('.') && `.${domainFromInput}` === domainFromFullSet