Fix synthax error in PGSQL watcher logic
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
884796d50c
commit
fb3338b4d9
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ defmodule HAHandler.PGSQL.Watcher do
|
||||||
# surpervision tree.
|
# surpervision tree.
|
||||||
{:error, err}
|
{:error, err}
|
||||||
end
|
end
|
||||||
|
end
|
||||||
|
|
||||||
@impl true
|
@impl true
|
||||||
def handle_call({:execute, query, params}, _from, %{backend: backend} = state) do
|
def handle_call({:execute, query, params}, _from, %{backend: backend} = state) do
|
||||||
|
|
Loading…
Reference in a new issue