dolittle / JavaScript.SDK

Dolittle JavaScript SDK
https://dolittle.io
MIT License
5 stars 2 forks source link

Fix bug calling AggregateRoot on-methods with the wrong event object #127

Closed jakhog closed 2 years ago

jakhog commented 2 years ago

Summary

Fixes a bug in the AggregateRoot where an on-method would be called (while applying events) with the value of a property named content on the event (usually undefined) - not the actual event.

Fixed