Skip to content

Commit

Permalink
Update src/OpenFeature/Model/EvaluationContext.cs
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert authored Jul 29, 2024
1 parent fa97a65 commit 70276ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/OpenFeature/Model/EvaluationContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ public sealed class EvaluationContext
/// <summary>
/// The index for the "targeting key" property when the EvaluationContext is serialized or expressed as a dictionary.
/// </summary>
public readonly static string TargetingKeyIndex = "targetingKey";
internal const string TargetingKeyIndex = "targetingKey";


private readonly Structure _structure;

Expand Down

0 comments on commit 70276ab

Please sign in to comment.