Skip to content

Commit 4abed57

Browse files
author
Daniel OBrien
committed
switch to variation ID
1 parent 0a2586c commit 4abed57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/sdk/ai/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export class AIClient {
7676

7777
return {
7878
config: detail.value,
79-
tracker: new LDAIConfigTracker(this.ldClient, key, context),
79+
tracker: new LDAIConfigTracker(this.ldClient, detail.value.variationId, context),
8080
};
8181
}
8282
}

0 commit comments

Comments
 (0)