Skip to content

Commit 442ced7

Browse files
committed
rem
1 parent 51b8b82 commit 442ced7

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

lib/optimizely/index.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1663,15 +1663,6 @@ export default class Optimizely extends BaseService implements Client {
16631663
return this.getProjectConfig()?.odpIntegrationConfig?.integrated ?? false;
16641664
}
16651665

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-
16751666
/**
16761667
* Fetches list of qualified segments from ODP for a particular userId.
16771668
* @param {string} userId

0 commit comments

Comments
 (0)