slamdata / purescript-quasar

Quasar API library for PureScript
Apache License 2.0
1 stars 7 forks source link

Fix connectionURI pretty printer for mongo mounts #73

Closed kritzcreek closed 7 years ago

kritzcreek commented 7 years ago

I looked at the other Mount types, and they don't seem to have this problem, because they either don't use purescript-uri to generate the string, or have at least 1 query parameter required.

kritzcreek commented 7 years ago

Wait with the review. I'm just writing a test