Skip to content

openReplicaSetSRV docs unless (not is_auth) incorrect #132

Open
@codygman

Description

@codygman

-- > 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions