Skip to content

Commit

Permalink
[FSSDK-9361] fix failing fsc test for sending all events on config up…
Browse files Browse the repository at this point in the history
…date (#830)
  • Loading branch information
raju-opti authored Jun 8, 2023
1 parent 5765e28 commit 280f2a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/optimizely-sdk/lib/optimizely/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ export default class Optimizely implements Client {
NotificationRegistry.getNotificationCenter(config.sdkKey)?.sendNotifications(
NOTIFICATION_TYPES.OPTIMIZELY_CONFIG_UPDATE
);

this.updateOdpSettings();
});

const projectConfigManagerReadyPromise = this.projectConfigManager.onReady();
Expand Down

0 comments on commit 280f2a0

Please sign in to comment.