mongo-driver-3
mongo-driver-3 copied to clipboard
Fix a bug in `replace-one` when options are not passed
Best to see the diff with whitespace diff turned off: https://github.com/gnarroway/mongo-driver-3/pull/13/files?w=1
There's a bug in replace-one - the arity without options is dispatching to find-and-replace-one rather than itself.