chore: sobelow

This commit is contained in:
Zach Daniel 2023-02-04 01:54:42 -05:00
parent 0eca30fb32
commit 2dd54324af

View file

@ -107,7 +107,7 @@ defmodule Ash.Api.Interface do
@doc """ @doc """
Get the #{kind} of the given field from the given query, raising any errors. Get the #{kind} of the given field from the given query, raising any errors.
""" """
# sobelow_skip ["DOS.BinToAtom"]
def unquote(:"#{kind}!")(query, field, opts \\ []) do def unquote(:"#{kind}!")(query, field, opts \\ []) do
query = Ash.Query.to_query(query) query = Ash.Query.to_query(query)