We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 379ebd0 commit 02fad58Copy full SHA for 02fad58
1 file changed
lib/odp/odp_manager.ts
@@ -179,11 +179,7 @@ export class DefaultOdpManager extends BaseService implements OdpManager {
179
}
180
181
this.odpIntegrationConfig = odpIntegrationConfig;
182
-
183
- if (this.isStarting()) {
184
- this.configPromise.resolve();
185
- }
186
+ this.configPromise.resolve();
187
this.segmentManager.updateConfig(odpIntegrationConfig)
188
this.eventManager.updateConfig(odpIntegrationConfig);
189
0 commit comments