diff --git a/src/apps.js b/src/apps.js index 1e9b9850e..a67529f29 100644 --- a/src/apps.js +++ b/src/apps.js @@ -353,7 +353,7 @@ function install(appId, data, auditSource, callback) { assert.strictEqual(typeof auditSource, 'object'); assert.strictEqual(typeof callback, 'function'); - var appStoreId = data.appStoreId, + var appStoreId = data.appStoreId || '', manifest = data.manifest, location = data.location.toLowerCase(), portBindings = data.portBindings || null,