From fb3338b4d90c6de8d413a36941c11d4ebf8a018e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Floure?= Date: Mon, 13 Jun 2022 21:08:20 +0200 Subject: [PATCH] Fix synthax error in PGSQL watcher logic --- lib/ha_handler/pgsql/watcher.ex | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ha_handler/pgsql/watcher.ex b/lib/ha_handler/pgsql/watcher.ex index 907c2ed..3c0bf37 100644 --- a/lib/ha_handler/pgsql/watcher.ex +++ b/lib/ha_handler/pgsql/watcher.ex @@ -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