Fix synthax error in PGSQL watcher logic
continuous-integration/drone/push Build is passing Details

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
1 changed files with 1 additions and 0 deletions

View File

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