From b78f2583ea86fd93981b1b99088e212ed2789a1e Mon Sep 17 00:00:00 2001 From: ayushagarwal95 Date: Wed, 7 Oct 2015 12:47:39 +0530 Subject: [PATCH] Fixed #112. * syntax fix. --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 7f51045..d083a32 100644 --- a/app.js +++ b/app.js @@ -130,7 +130,7 @@ async.waterfall([ next(); }); - callback(err) + callback(err); }; async.map(config.mongoDb, forEachMongoDB, allMongoDB);