removed extra ,

v1.18.x
Baris Soner Usakli 11 years ago
parent 8626122679
commit ecb64a0aa2

@ -207,7 +207,7 @@ Upgrade.upgrade = function(callback) {
winston.info('[2014/1/5] categories active users skipped'); winston.info('[2014/1/5] categories active users skipped');
next(); next();
} }
}, }
// Add new schema updates here // Add new schema updates here
// IMPORTANT: REMEMBER TO UPDATE VALUE OF latestSchema IN LINE 17!!! // IMPORTANT: REMEMBER TO UPDATE VALUE OF latestSchema IN LINE 17!!!
], function(err) { ], function(err) {

Loading…
Cancel
Save