remove legacy update params
these are now part of settings
This commit is contained in:
@@ -571,11 +571,7 @@ function doUpdate(boxUpdateInfo, callback) {
|
||||
isCustomDomain: config.isCustomDomain(),
|
||||
|
||||
version: boxUpdateInfo.version,
|
||||
boxVersionsUrl: config.get('boxVersionsUrl'),
|
||||
|
||||
// legacy
|
||||
aws: config.aws(),
|
||||
backupKey: config.backupKey()
|
||||
boxVersionsUrl: config.get('boxVersionsUrl')
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user