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 51b8b82 commit 442ced7Copy full SHA for 442ced7
lib/optimizely/index.ts
@@ -1663,15 +1663,6 @@ export default class Optimizely extends BaseService implements Client {
1663
return this.getProjectConfig()?.odpIntegrationConfig?.integrated ?? false;
1664
}
1665
1666
- /**
1667
- * Identifies user with ODP server in a fire-and-forget manner.
1668
- * Should be called only after the instance is ready
1669
- * @param {string} userId
1670
- */
1671
- public identifyUser(userId: string): void {
1672
-
1673
- }
1674
1675
/**
1676
* Fetches list of qualified segments from ODP for a particular userId.
1677
* @param {string} userId
0 commit comments