Skip to content

Commit

Permalink
fix dialyzer issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vasspilka committed Jan 18, 2019
1 parent cdae2d1 commit 0a2e990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/event_store/storage/database.ex
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ defmodule EventStore.Storage.Database do
opts = [function: :execute] ++ opts

case DBConnection.execute(conn, query, params, opts) do
{:ok, _} = ok ->
{:ok, _, _} = ok ->
ok

{:error, %ArgumentError{} = err} ->
Expand Down

0 comments on commit 0a2e990

Please sign in to comment.