From ecb64a0aa2d5959e504b001a23daddfd50f63364 Mon Sep 17 00:00:00 2001 From: Baris Soner Usakli Date: Sat, 4 Jan 2014 02:10:37 -0500 Subject: [PATCH] removed extra , --- src/upgrade.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/upgrade.js b/src/upgrade.js index 9eae872964..0296344869 100644 --- a/src/upgrade.js +++ b/src/upgrade.js @@ -207,7 +207,7 @@ Upgrade.upgrade = function(callback) { winston.info('[2014/1/5] categories active users skipped'); next(); } - }, + } // Add new schema updates here // IMPORTANT: REMEMBER TO UPDATE VALUE OF latestSchema IN LINE 17!!! ], function(err) {