Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiasnordqvist committed Jan 16, 2024
1 parent fb46409 commit 540f95c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Results/ErrorBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public string Type
public Dictionary<string, object?> Data { get => GetData(); }

[Pure]
private Dictionary<string, object?> GetData()
public Dictionary<string, object?> GetData()
{
var propValues = GetType()
.GetProperties()
Expand Down

0 comments on commit 540f95c

Please sign in to comment.