Skip to content

Commit 98341ad

Browse files
committed
chore: fix dialyzer error
1 parent 94718b7 commit 98341ad

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/ash/filter/runtime.ex

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -908,9 +908,6 @@ defmodule Ash.Filter.Runtime do
908908
{:ok, [result]} ->
909909
{:ok, result}
910910

911-
:unknown when unknown_on_unknown_refs? ->
912-
:unknown
913-
914911
_ ->
915912
{:ok, nil}
916913
end

0 commit comments

Comments
 (0)