do not allow appId to be set

this is some legacy code
This commit is contained in:
Girish Ramakrishnan
2016-06-04 13:40:43 -07:00
parent da6cab8dd6
commit a49cf98a8d
4 changed files with 21 additions and 23 deletions

View File

@@ -664,7 +664,7 @@ function installAppBundle(callback) {
accessRestriction: appInfo.accessRestriction || null,
};
apps.install(uuid.v4(), data, { userId: null, username: 'autoinstaller' }, iteratorCallback);
apps.install(data, { userId: null, username: 'autoinstaller' }, iteratorCallback);
}, function (error) {
if (error) debug('autoInstallApps: ', error);