File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -361,27 +361,9 @@ export default class EppoClient {
361
361
flagConfigResponse ,
362
362
banditParamResponse ,
363
363
) ;
364
-
365
- // Still initialize the client in case polling is needed.
366
- // fire-and-forget so ignore the resolution of this promise.
367
- this . initialize ( )
368
- . then ( ( ) => {
369
- logger . debug ( 'Eppo SDK polling initialization complete' ) ;
370
- return ;
371
- } )
372
- . catch ( ( e ) => {
373
- logger . error ( 'Eppo SDK Error initializing polling after bootstrap()' , e ) ;
374
- } ) ;
375
364
}
376
365
377
- /**
378
- * @deprecated use `initialize` instead.
379
- */
380
366
async fetchFlagConfigurations ( ) {
381
- return this . initialize ( ) ;
382
- }
383
-
384
- async initialize ( ) {
385
367
if ( ! this . configurationRequestParameters ) {
386
368
throw new Error (
387
369
'Eppo SDK unable to fetch flag configurations without configuration request parameters' ,
You can’t perform that action at this time.
0 commit comments