@kronos-integration/service 11.2.15 → 11.2.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/service-config.mjs +0 -3
- package/src/service.mjs +1 -3
- package/types/service-config.d.mts +0 -1
package/package.json
CHANGED
package/src/service-config.mjs
CHANGED
package/src/service.mjs
CHANGED
|
@@ -445,9 +445,7 @@ export class Service extends EndpointsMixin(
|
|
|
445
445
|
* @return {Promise} fillfills when config is applied
|
|
446
446
|
*/
|
|
447
447
|
async configure(config) {
|
|
448
|
-
const
|
|
449
|
-
|
|
450
|
-
for (const a of modified) {
|
|
448
|
+
for (const a of this._configure(config)) {
|
|
451
449
|
if (a.needsRestart) {
|
|
452
450
|
return this.restartIfRunning();
|
|
453
451
|
}
|