diff --git a/scripts/backupDB.js b/scripts/backupDB.js index a1437c2..0ebce68 100644 --- a/scripts/backupDB.js +++ b/scripts/backupDB.js @@ -8,7 +8,8 @@ var documents = ""; var profiles = ""; var downloads = ""; -// testing from master the second round +// revert thiss +// Another sign of productivity var getDocuments = function (callback) { model.Document.find({}, function (err, data) {