Skip to content

Commit

Permalink
correctly filter private fields
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasJ committed Jun 3, 2024
1 parent 66b2994 commit 6383fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ash_rbac/fields/fields.ex
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ defmodule AshRbac.Fields do
%{primary_key?: true} ->
true

%{private?: true} ->
%{public?: false} ->
true

_ ->
Expand Down

0 comments on commit 6383fbe

Please sign in to comment.