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
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue