test da rimuovere.

This commit is contained in:
John Doe 2024-03-12 14:07:15 +01:00
parent a9ca147895
commit c2e2f9ffab

View file

@ -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;
}