event-driven-io / emmett

Emmett - a Node.js library taking your event-driven applications back to the future!
https://event-driven-io.github.io/emmett/
195 stars 19 forks source link

Fixed the issue in Pongo projection that gets the empty object instead of null when document doesn't exist #130

Closed oskardudycz closed 1 week ago

oskardudycz commented 1 week ago

Added tests for Pongo multi-stream projection. This reproduces a bug in Pongo 0.16.2 with a passing default object.

The real fix was in Pongo, see: https://github.com/event-driven-io/Pongo/pull/100.

@jameswoodley FYI