File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,9 @@ const flagConfigurationStore = configurationStorageFactory({
81
81
forceMemoryOnly : true ,
82
82
} ) ;
83
83
84
- // Instantiate the precomputed flgas store with memory-only implementation.
84
+ // Instantiate the precomputed flags and bandits stores with memory-only implementation.
85
85
const memoryOnlyPrecomputedFlagsStore = precomputedFlagsStorageFactory ( ) ;
86
+ const memoryOnlyPrecomputedBanditsStore = precomputedBanditStoreFactory ( ) ;
86
87
87
88
/**
88
89
* Client for assigning experiment variations.
@@ -650,6 +651,7 @@ export async function precomputedInit(
650
651
precomputedFlagStore : memoryOnlyPrecomputedFlagsStore ,
651
652
requestParameters,
652
653
subject,
654
+ precomputedBanditStore : memoryOnlyPrecomputedBanditsStore ,
653
655
} ) ;
654
656
655
657
EppoPrecomputedJSClient . instance . setAssignmentLogger ( config . assignmentLogger ) ;
You can’t perform that action at this time.
0 commit comments