File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -141,17 +141,17 @@ export default class EppoClient {
141
141
flagConfigurationStore : IConfigurationStore < Flag | ObfuscatedFlag > ;
142
142
banditVariationConfigurationStore ?: IConfigurationStore < BanditVariation [ ] > ;
143
143
banditModelConfigurationStore ?: IConfigurationStore < BanditParameters > ;
144
+ overridesStore ?: IConfigurationStore < Variation > ;
144
145
configurationRequestParameters ?: FlagConfigurationRequestParameters ;
145
146
isObfuscated ?: boolean ;
146
- overridesStore ?: IConfigurationStore < Variation > ;
147
147
} ) {
148
148
this . eventDispatcher = eventDispatcher ;
149
149
this . flagConfigurationStore = flagConfigurationStore ;
150
150
this . banditVariationConfigurationStore = banditVariationConfigurationStore ;
151
151
this . banditModelConfigurationStore = banditModelConfigurationStore ;
152
+ this . overridesStore = overridesStore ;
152
153
this . configurationRequestParameters = configurationRequestParameters ;
153
154
this . isObfuscated = isObfuscated ;
154
- this . overridesStore = overridesStore ;
155
155
}
156
156
157
157
setConfigurationRequestParameters (
You can’t perform that action at this time.
0 commit comments