Skip to content
New issue

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

openReplicaSetSRV docs unless (not is_auth) incorrect #132

Open
codygman opened this issue Aug 19, 2022 · 2 comments
Open

openReplicaSetSRV docs unless (not is_auth) incorrect #132

codygman opened this issue Aug 19, 2022 · 2 comments

Comments

@codygman
Copy link

codygman commented Aug 19, 2022

-- > unless (not is_auth) (throwIO $ userError "Authentication failed!")

unless (not is_auth) should be unless is_auth.

I verified this was a logic error by actually running queries on the connection this code says auth failed for.

@why-not-try-calmer
Copy link
Contributor

why-not-try-calmer commented Sep 2, 2022

You are correct, I am responsible for this typo. PR: #134

@why-not-try-calmer
Copy link
Contributor

@VictorDenisov I think this can be closed now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants