From 0783c539b6d8bae6826cf475f3b57523129ee9cf Mon Sep 17 00:00:00 2001 From: Norbert Date: Sun, 14 May 2023 22:21:50 +0200 Subject: [PATCH] ? --- cf_list_create.js | 1 - 1 file changed, 1 deletion(-) 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); });