diff --git a/lib/server/commander.js b/lib/server/commander.js index e6aadecc..1921f37b 100644 --- a/lib/server/commander.js +++ b/lib/server/commander.js @@ -119,8 +119,8 @@ json.files = changeOrder(files); json.path = format.addSlashToEnd(path); - changeUIDToName(json, function(error) { - callback(error, json); + changeUIDToName(json, function() { + callback(null, json); }); }