all container related functionality is 'service'

This commit is contained in:
Girish Ramakrishnan
2018-12-02 19:09:57 -08:00
parent 2f55abfc60
commit 6d128595e7
3 changed files with 37 additions and 37 deletions

View File

@@ -394,7 +394,7 @@ function setPlatformConfig(platformConfig, callback) {
settingsdb.set(exports.PLATFORM_CONFIG_KEY, JSON.stringify(platformConfig), function (error) {
if (error) return callback(new SettingsError(SettingsError.INTERNAL_ERROR, error));
addons.updateAddonConfig(platformConfig, callback);
addons.updateServiceConfig(platformConfig, callback);
});
}