Fix synthax error in PGSQL watcher logic
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Timothée Floure 2022-06-13 21:08:20 +02:00
parent 884796d50c
commit fb3338b4d9
Signed by: tfloure
GPG key ID: 4502C902C00A1E12

View file

@ -25,6 +25,7 @@ defmodule HAHandler.PGSQL.Watcher do
# be triggered even if a PGSQL node down, since Postgrex has its own # be triggered even if a PGSQL node down, since Postgrex has its own
# surpervision tree. # surpervision tree.
{:error, err} {:error, err}
end
end end
@impl true @impl true