diff --git a/lib/odp/odp_manager.ts b/lib/odp/odp_manager.ts index 8baaed658..2f8256c38 100644 --- a/lib/odp/odp_manager.ts +++ b/lib/odp/odp_manager.ts @@ -179,11 +179,7 @@ export class DefaultOdpManager extends BaseService implements OdpManager { } this.odpIntegrationConfig = odpIntegrationConfig; - - if (this.isStarting()) { - this.configPromise.resolve(); - } - + this.configPromise.resolve(); this.segmentManager.updateConfig(odpIntegrationConfig) this.eventManager.updateConfig(odpIntegrationConfig);