Skip to content

Commit

Permalink
Update flow/connectors/postgres/validate.go
Browse files Browse the repository at this point in the history
remove dead code
  • Loading branch information
serprex authored Feb 15, 2024
1 parent 0e3dff7 commit 22d0935
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions flow/connectors/postgres/validate.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,4 @@ func (c *PostgresConnector) CheckReplicationConnectivity(ctx context.Context) er
}

return conn.Close(ctx)

return nil
}

0 comments on commit 22d0935

Please sign in to comment.