Skip to content
This repository has been archived by the owner on Feb 17, 2020. It is now read-only.

Commit

Permalink
Remove warning from default middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
pozhega committed Nov 12, 2018
1 parent b75aa59 commit 179f01f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/crudimentary/absinthe/middlewares/default.ex
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ defmodule CRUDimentary.Absinthe.Middlewares.Default do
{:middleware, module, opts} ->
add_resolution_middlware(resolution, {module, opts})

{:error, value} ->
{:error, _} ->
add_resolution_value(resolution, nil)
end
else
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule CRUDimentary.MixProject do
def project do
[
app: :crudimentary,
version: "0.2.2",
version: "0.2.3",
elixir: "~> 1.7",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 179f01f

Please sign in to comment.