Skip to content

Commit 655a059

Browse files
committed
rem
1 parent e1c46b8 commit 655a059

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/optimizely/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,10 +247,8 @@ export default class Optimizely extends BaseService implements Client {
247247
this.eventProcessor?.start();
248248
this.odpManager?.start();
249249

250-
const configManOnRunning = this.projectConfigManager.onRunning();
251-
252250
Promise.all([
253-
configManOnRunning,
251+
this.projectConfigManager.onRunning(),
254252
this.eventProcessor ? this.eventProcessor.onRunning() : Promise.resolve(),
255253
this.odpManager ? this.odpManager.onRunning() : Promise.resolve(),
256254
this.vuidManager ? this.vuidManager.initialize() : Promise.resolve(),

0 commit comments

Comments
 (0)