Skip to content

Commit 370a9bd

Browse files
committed
fix bug
1 parent 0126a60 commit 370a9bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Privileged/PrivilegeRule.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ public partial record PrivilegeRule
1212
/// <summary>
1313
/// Represents a privilege rule that allows all actions and subjects.
1414
/// </summary>
15+
[IgnoreEquality]
1516
public static PrivilegeRule AllowAll { get; } = new()
1617
{
1718
Action = PrivilegeActions.All,

0 commit comments

Comments
 (0)