@@ -8,7 +8,6 @@ function isFree(email) {
if (typeof email !== 'string') throw new TypeError('email must be a string');
console.log(email);
var domain = tldjs.getDomain(email.split('@').pop());
console.log(domain, free.indexOf(domain));
return free.indexOf(domain) !== -1;
}
The note is not visible to the blocked user.