We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68e8409 commit 96d00c1Copy full SHA for 96d00c1
main.go
@@ -59,7 +59,7 @@ func isMongoNodeAlive(hostname string, port int) (bool, error) {
59
return false, err
60
}
61
conn.Close()
62
- return true, err
+ return true, nil
63
64
65
func main() {
0 commit comments