Skip to content

Commit

Permalink
fixup: options defaults to new StatsigOptions();
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
  • Loading branch information
toddbaert authored Feb 14, 2024
1 parent 2ae47f3 commit 0325256
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
@Builder
public class StatsigProviderConfig {

private StatsigOptions options;
@Builder.Default
private StatsigOptions options = new StatsigOptions();

// Only holding temporary for initialization
private String sdkKey;
Expand Down

0 comments on commit 0325256

Please sign in to comment.