Skip to content

Commit

Permalink
Update jamdb_oracle.ex
Browse files Browse the repository at this point in the history
  • Loading branch information
vstavskyi authored Oct 24, 2023
1 parent 5dbcdd9 commit 62ce641
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/jamdb_oracle.ex
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ defmodule Jamdb.Oracle do

@impl true
def disconnect(_err, %{pid: pid}) do
:jamdb_oracle.stop(pid)
:jamdb_oracle.stop(pid)
:ok
end

@impl true
Expand Down

0 comments on commit 62ce641

Please sign in to comment.