Jakub Kisielewski
Jakub Kisielewski
Currently EventHandlers register themselves from constructor: https://github.com/kbkk/abitia/blob/629c21f857f7b28a56b5accb6a1f4b9368be7a34/services/monolith/src/AccountContext/EventHandlers/SendAccountCreatedEmail.ts#L20 which is a side effect.
Todo: - [ ] Migrate AccountContext entities - [ ] Add tests for Core/OrmMappings - [ ] Think of a better name for `OrmMappings` - [ ] Release `OrmMappings` as...
- feature(monolith-service): add AccountContextGateway
CI setup
### Checklist - [X] I have looked into the [Readme](https://github.com/auth0/node-auth0#readme), [Examples](https://github.com/auth0/node-auth0/blob/master/EXAMPLES.md), and [FAQ](https://github.com/auth0/node-auth0/blob/master/FAQ.md) and have not found a suitable solution or answer. - [X] I have looked into the [API...