Skip to content

Commit

Permalink
add optional prereq param to Flag constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld committed Oct 24, 2024
1 parent e869f88 commit c2c1e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/sdk/client/src/DataModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ internal FeatureFlag(
bool trackEvents,
bool trackReason,
UnixMillisecondTime? debugEventsUntilDate,
IReadOnlyList<string> prerequisites)
IReadOnlyList<string> prerequisites = null)
{
Value = value;
Variation = variation;
Expand Down

0 comments on commit c2c1e53

Please sign in to comment.