This commit is contained in:
Johannes Zellner
2016-06-08 11:36:01 +02:00
parent a69cd204d6
commit e431bd6040
+1 -1
View File
@@ -158,7 +158,7 @@ function getAll(callback) {
var tmp = [];
async.each(results, function (record, callback) {
if (record.type === exports.TYPE_ADMIN || record.type === exports.TYPE_SDK || record.type === exports.TYPE_CLI) {
record.name = record.appid;
record.name = record.appId;
record.location = constants.ADMIN_LOCATION;
tmp.push(record);