capra capra!
This commit is contained in:
parent
c2e2f9ffab
commit
14f52b1adc
1 changed files with 0 additions and 4 deletions
|
@ -20,13 +20,9 @@ export const isInWhiteList = async (filename, email) => {
|
||||||
// ('\r\n') in input as a single line break.
|
// ('\r\n') in input as a single line break.
|
||||||
|
|
||||||
for await (const line of rl) {
|
for await (const line of rl) {
|
||||||
console.log("AAAA " + line);
|
|
||||||
if (email.trim() === line) {
|
if (email.trim() === line) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
else {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue