mongo-driver-3 icon indicating copy to clipboard operation
mongo-driver-3 copied to clipboard

Fix a bug in `replace-one` when options are not passed

Open lukaszkorecki opened this issue 7 months ago • 0 comments

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.

lukaszkorecki avatar Sep 26 '25 22:09 lukaszkorecki