1
0
Derivar 0
silly syntax error fixed (missing paren)
Este cometimento está contido em:
AJ ONeal 2018-11-05 07:01:01 +00:00
ascendente da89714865
cometimento 7a12ffaef0
1 ficheiros modificados com 1 adições e 1 eliminações

Ver ficheiro

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