Skip to content

Commit

Permalink
Update client.go
Browse files Browse the repository at this point in the history
Signed-off-by: Sabbir <[email protected]>
  • Loading branch information
sabbir-hossain70 committed Sep 11, 2024
1 parent b76ea0e commit 939eb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cassandra/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func (c *Client) PingCassandra() error {
return nil
}

func (c *Client) closeCassandraClient(hcf *health.HealthCard) {
func (c *Client) CloseCassandraClient(hcf *health.HealthCard) {
if c != nil {
c.Close()
}
Expand Down

0 comments on commit 939eb8f

Please sign in to comment.