update the service config in addons code

This commit is contained in:
Girish Ramakrishnan
2021-01-20 11:10:17 -08:00
parent 10d7c47576
commit 7b24239d38
2 changed files with 5 additions and 6 deletions
+2
View File
@@ -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);
});
}