silly syntax error fixed (missing paren)
Cette révision appartient à :
AJ ONeal 2018-11-05 07:01:01 +00:00
Parent da89714865
révision 7a12ffaef0
1 fichiers modifiés avec 1 ajouts et 1 suppressions

Voir le fichier

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