From 22d0935fc9fcd6a70b0f3d43d41010ee5984ab47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20Dub=C3=A9?= Date: Thu, 15 Feb 2024 18:36:35 +0000 Subject: [PATCH] Update flow/connectors/postgres/validate.go remove dead code --- flow/connectors/postgres/validate.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/flow/connectors/postgres/validate.go b/flow/connectors/postgres/validate.go index 928fbc2d4d..ad8d45cd02 100644 --- a/flow/connectors/postgres/validate.go +++ b/flow/connectors/postgres/validate.go @@ -154,6 +154,4 @@ func (c *PostgresConnector) CheckReplicationConnectivity(ctx context.Context) er } return conn.Close(ctx) - - return nil }