We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5765e28 commit 280f2a0Copy full SHA for 280f2a0
packages/optimizely-sdk/lib/optimizely/index.ts
@@ -149,6 +149,8 @@ export default class Optimizely implements Client {
149
NotificationRegistry.getNotificationCenter(config.sdkKey)?.sendNotifications(
150
NOTIFICATION_TYPES.OPTIMIZELY_CONFIG_UPDATE
151
);
152
+
153
+ this.updateOdpSettings();
154
});
155
156
const projectConfigManagerReadyPromise = this.projectConfigManager.onReady();
0 commit comments