Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
v0idpwn committed Apr 15, 2024
1 parent 1630fd4 commit 631fb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/postgrex/protocol.ex
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ defmodule Postgrex.Protocol do
defp fetch_database(opts) do
case Keyword.fetch(opts, :database) do
{:ok, value} ->
value
{:ok, value}

:error ->
message = "missing the :database key in options for #{inspect(opts[:repo])}"
Expand Down

0 comments on commit 631fb09

Please sign in to comment.