do not allow appId to be set
this is some legacy code
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user