[MongoDB EventStore] projections.inline.find
and findOne
mutate the filter object
#168
Labels
bug
Something isn't working
When you use the projection query helpers
projections.inline.find
,findOne
, andcount
, the functions will mutate the filter object you pass meaning you'll need to deep clone it to make sure you can utilize the filter if doing multiple queries at once.The text was updated successfully, but these errors were encountered: