Skip to content

Commit

Permalink
Use default event factory.
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion committed Aug 31, 2023
1 parent 706ca56 commit 675f7e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/sdk-server/src/LDClientImpl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ export default class LDClientImpl implements LDClient {
key,
context,
defaultValue,
this.eventFactoryWithReasons,
this.eventFactoryDefault,
);

const contextKeys = convertedContext.valid ? convertedContext.kindsAndKeys : {};
Expand Down

0 comments on commit 675f7e3

Please sign in to comment.