File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/shared/sdk-client/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import {
2121import { LDClient , type LDOptions } from './api' ;
2222import { LDEvaluationDetail , LDEvaluationDetailTyped } from './api/LDEvaluationDetail' ;
2323import { LDIdentifyOptions } from './api/LDIdentifyOptions' ;
24- import { Configuration , ConfigurationImpl , LDClientInternalOptions } from './configuration' ;
24+ import { ConfigurationImpl , LDClientInternalOptions } from './configuration' ;
2525import { addAutoEnv } from './context/addAutoEnv' ;
2626import { ensureKey } from './context/ensureKey' ;
2727import { DataManager , DataManagerFactory } from './DataManager' ;
@@ -54,7 +54,7 @@ export default class LDClientImpl implements LDClient {
5454 private eventFactoryDefault = new EventFactory ( false ) ;
5555 private eventFactoryWithReasons = new EventFactory ( true ) ;
5656 protected emitter : LDEmitter ;
57- private flagManager : DefaultFlagManager ;
57+ private flagManager : FlagManager ;
5858
5959 private eventSendingEnabled : boolean = false ;
6060 private baseHeaders : LDHeaders ;
You can’t perform that action at this time.
0 commit comments