fix: fix compile/dialyzer issues

This commit is contained in:
Zach Daniel 2020-08-19 01:18:52 -04:00
parent 277e9bf777
commit f81f78bbea
No known key found for this signature in database
GPG key ID: C377365383138D4B
2 changed files with 2 additions and 2 deletions

View file

@ -97,7 +97,7 @@ defmodule AshPostgres.DataLayer do
def can?(_, {:filter_predicate, _, %IsNil{}}), do: true
def can?(_, {:filter_predicate, :string, %Trigram{}}), do: true
def can?(_, {:filter_predicate, _}), do: false
def can?(_, :sort)
def can?(_, :sort), do: true
def can?(_, {:sort, _}), do: true
def can?(_, _), do: false

View file

@ -1,5 +1,5 @@
%{
"ash": {:hex, :ash, "1.9.0", "e8acc8ff9262d36d9217b0102f741e3410c72962874cddc4d57e96a4dde43f40", [:mix], [{:ecto, "~> 3.4", [hex: :ecto, repo: "hexpm", optional: false]}, {:ets, "~> 0.8.0", [hex: :ets, repo: "hexpm", optional: false]}, {:nimble_options, "~> 0.3.0", [hex: :nimble_options, repo: "hexpm", optional: false]}, {:picosat_elixir, "~> 0.1.4", [hex: :picosat_elixir, repo: "hexpm", optional: false]}], "hexpm", "05ded28710fe38a751293147a31594d614230c04db0aefb03b603f6116f16525"},
"ash": {:hex, :ash, "1.9.0", "439f17df48c69f9519a9cd83461526645ba0e81741f43fa908b8c610b55be33d", [:mix], [{:ecto, "~> 3.4", [hex: :ecto, repo: "hexpm", optional: false]}, {:ets, "~> 0.8.0", [hex: :ets, repo: "hexpm", optional: false]}, {:nimble_options, "~> 0.3.0", [hex: :nimble_options, repo: "hexpm", optional: false]}, {:picosat_elixir, "~> 0.1.4", [hex: :picosat_elixir, repo: "hexpm", optional: false]}], "hexpm", "8108c6368806e8f1370650401c7263265d5d87cf543586a78333ff4f77784b89"},
"bunt": {:hex, :bunt, "0.2.0", "951c6e801e8b1d2cbe58ebbd3e616a869061ddadcc4863d0a2182541acae9a38", [:mix], [], "hexpm", "7af5c7e09fe1d40f76c8e4f9dd2be7cebd83909f31fee7cd0e9eadc567da8353"},
"certifi": {:hex, :certifi, "2.5.2", "b7cfeae9d2ed395695dd8201c57a2d019c0c43ecaf8b8bcb9320b40d6662f340", [:rebar3], [{:parse_trans, "~>3.3", [hex: :parse_trans, repo: "hexpm", optional: false]}], "hexpm", "3b3b5f36493004ac3455966991eaf6e768ce9884693d9968055aeeeb1e575040"},
"connection": {:hex, :connection, "1.0.4", "a1cae72211f0eef17705aaededacac3eb30e6625b04a6117c1b2db6ace7d5976", [:mix], [], "hexpm", "4a0850c9be22a43af9920a71ab17c051f5f7d45c209e40269a1938832510e4d9"},