update the service config in addons code
This commit is contained in:
@@ -469,6 +469,8 @@ function configureService(id, data, callback) {
|
||||
settings.setPlatformConfig(servicesConfig, function (error) {
|
||||
if (error) return callback(error);
|
||||
|
||||
updateServiceConfig(servicesConfig, NOOP_CALLBACK); // this can take a while
|
||||
|
||||
callback(null);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user