silly syntax error fixed (missing paren)
このコミットが含まれているのは:
AJ ONeal 2018-11-05 07:01:01 +00:00
コミット 7a12ffaef0
1個のファイルの変更1行の追加1行の削除

ファイルの表示

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