Skip to content

Commit 3ea1fa7

Browse files
odp manager adjustment
1 parent 379ebd0 commit 3ea1fa7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

lib/odp/odp_manager.ts

+1-5
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,7 @@ export class DefaultOdpManager extends BaseService implements OdpManager {
179179
}
180180

181181
this.odpIntegrationConfig = odpIntegrationConfig;
182-
183-
if (this.isStarting()) {
184-
this.configPromise.resolve();
185-
}
186-
182+
this.configPromise.resolve();
187183
this.segmentManager.updateConfig(odpIntegrationConfig)
188184
this.eventManager.updateConfig(odpIntegrationConfig);
189185

0 commit comments

Comments
 (0)