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 = {
49
49
attributes : { } ,
50
50
} ;
51
51
52
- export interface ReactSDKClient extends Omit < optimizely . Client , 'createUserContext' > {
52
+ export interface ReactSDKClient extends Omit < optimizely . Client , 'createUserContext' | 'getVuid' > {
53
53
user : UserInfo ;
54
54
55
55
onReady ( opts ?: { timeout ?: number } ) : Promise < any > ;
@@ -1207,11 +1207,6 @@ class OptimizelyReactSDKClient implements ReactSDKClient {
1207
1207
return this . _client . notificationCenter ;
1208
1208
}
1209
1209
1210
- // TODO: this is tobe removed in future once the js-sdk gets updated
1211
- public getVuid ( ) : string | undefined {
1212
- return undefined ;
1213
- }
1214
-
1215
1210
public sendOdpEvent (
1216
1211
action : string ,
1217
1212
type ?: string ,
You can’t perform that action at this time.
0 commit comments