We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unless (not is_auth)
mongodb/Database/MongoDB/Connection.hs
Line 180 in 497025b
unless (not is_auth) should be unless is_auth.
unless is_auth
I verified this was a logic error by actually running queries on the connection this code says auth failed for.
The text was updated successfully, but these errors were encountered:
You are correct, I am responsible for this typo. PR: #134
Sorry, something went wrong.
@VictorDenisov I think this can be closed now
No branches or pull requests
mongodb/Database/MongoDB/Connection.hs
Line 180 in 497025b
unless (not is_auth)
should beunless is_auth
.I verified this was a logic error by actually running queries on the connection this code says auth failed for.
The text was updated successfully, but these errors were encountered: