Skip to content

Commit e498e0a

Browse files
authored
fix: assign config requestor in eppo client (#250)
* set configuration requestor * bump patch version
1 parent 1d5a1e6 commit e498e0a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eppo/js-client-sdk-common",
3-
"version": "4.14.1",
3+
"version": "4.14.2",
44
"description": "Common library for Eppo JavaScript SDKs (web, react native, and node)",
55
"main": "dist/index.js",
66
"files": [

src/client/eppo-client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ export default class EppoClient {
350350
this.banditVariationConfigurationStore ?? null,
351351
this.banditModelConfigurationStore ?? null,
352352
);
353+
this.configurationRequestor = configurationRequestor;
353354

354355
const pollingCallback = async () => {
355356
if (await configurationRequestor.isFlagConfigExpired()) {

0 commit comments

Comments
 (0)