File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ const default_user: UserInfo = {
4949 attributes : { } ,
5050} ;
5151
52- export interface ReactSDKClient extends Omit < optimizely . Client , 'createUserContext' > {
52+ export interface ReactSDKClient extends Omit < optimizely . Client , 'createUserContext' | 'getVuid' > {
5353 user : UserInfo ;
5454
5555 onReady ( opts ?: { timeout ?: number } ) : Promise < any > ;
@@ -1207,11 +1207,6 @@ class OptimizelyReactSDKClient implements ReactSDKClient {
12071207 return this . _client . notificationCenter ;
12081208 }
12091209
1210- // TODO: this is tobe removed in future once the js-sdk gets updated
1211- public getVuid ( ) : string | undefined {
1212- return undefined ;
1213- }
1214-
12151210 public sendOdpEvent (
12161211 action : string ,
12171212 type ?: string ,
You can’t perform that action at this time.
0 commit comments