Skip to content

Commit

Permalink
Update src/OpenFeature/Model/ProviderEvents.cs
Browse files Browse the repository at this point in the history
Co-authored-by: André Silva <[email protected]>
Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert and askpt authored Jun 28, 2024
1 parent 0dca863 commit 35644d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenFeature/Model/ProviderEvents.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class ProviderEventPayload
/// <summary>
/// Optional error associated with the event.
/// </summary>
public ErrorType? errorType { get; set; }
public ErrorType? ErrorType { get; set; }

/// <summary>
/// A List of flags that have been changed.
Expand Down

0 comments on commit 35644d9

Please sign in to comment.