diff --git a/examples/production.js b/examples/production.js index e25a2d3..f49db1b 100644 --- a/examples/production.js +++ b/examples/production.js @@ -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); }