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 655a059 commit 39d8cc6Copy full SHA for 39d8cc6
lib/optimizely/index.ts
@@ -260,7 +260,7 @@ export default class Optimizely extends BaseService implements Client {
260
if (vuid) {
261
this.odpManager?.setVuid(vuid);
262
}
263
- }, (err) => {
+ }).catch((err) => {
264
this.state = ServiceState.Failed;
265
this.errorReporter.report(err);
266
this.startPromise.reject(err);
0 commit comments