diff --git a/cf_list_create.js b/cf_list_create.js index 32992be..c407ddc 100644 --- a/cf_list_create.js +++ b/cf_list_create.js @@ -62,7 +62,6 @@ fs.readFile('input.csv', 'utf8', async (err, data) => { }); // Remove domains from the domains array that are present in the whitelist array - const whitelist = whitelist domains = domains.filter(domain => { return !whitelist.includes(domain); });