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 25, 2024
1 parent 782c549 commit 9fd6707
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 9fd6707

Please sign in to comment.