silly syntax error fixed (missing paren)
Este commit está contenido en:
AJ ONeal 2018-11-05 07:01:01 +00:00
padre da89714865
commit 7a12ffaef0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -84,7 +84,7 @@ function fooCheckDb(domains, cb) {
});
if (!passCheck) {
cb(new Error('domain not allowed');
cb(new Error('domain not allowed'));
} else {
cb(null, userAgrees, userEmail);
}