From c2e2f9ffab9b872ffb55b070ec0dc4035ef18355 Mon Sep 17 00:00:00 2001 From: John Doe Date: Tue, 12 Mar 2024 14:07:15 +0100 Subject: [PATCH] test da rimuovere. --- src/whitelist.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/whitelist.js b/src/whitelist.js index c7e1e7d..fe23eb1 100644 --- a/src/whitelist.js +++ b/src/whitelist.js @@ -20,6 +20,7 @@ export const isInWhiteList = async (filename, email) => { // ('\r\n') in input as a single line break. for await (const line of rl) { + console.log("AAAA " + line); if (email.trim() === line) { return true; }