Skip to content
3 changes: 2 additions & 1 deletion scripts/backupDB.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down