Browse Source

test da rimuovere.

John Doe 1 month ago
parent
commit
c2e2f9ffab
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/whitelist.js

+ 1 - 0
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;
       }