thenativeweb / node-cqrs-eventdenormalizer

Node-cqrs-eventdenormalizer is a node.js module that implements the cqrs pattern. It can be very useful as eventdenormalizer component if you work with (d)ddd, cqrs, domain, host, etc.
http://cqrs.js.org/pages/eventdenormalizer.html
MIT License
38 stars 27 forks source link

Fixing PR 80 (null ref call) #81

Closed Glockenbeat closed 5 years ago

Glockenbeat commented 5 years ago

With PR 80 an issue was introduced which called the callback although the callback may be undefined. This PR fixes this.

adrai commented 5 years ago

v1.16.4