Skip to content

Commit

Permalink
remove dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabasJ committed Sep 25, 2024
1 parent 7dd9df0 commit 3176987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/graphql/resolver.ex
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ defmodule AshGraphql.Graphql.Resolver do
[] <- query.authorize_results,
{:ok, true} <-
Ash.Expr.eval(query.filter,
record: dbg(data),
record: data,
unknown_on_unknown_refs?: true
) do
Ash.load(data, query)
Expand Down

0 comments on commit 3176987

Please sign in to comment.