odavid / typeorm-transactional-cls-hooked

A Transactional Method Decorator for typeorm that uses cls-hooked to handle and propagate transactions between different repositories and service methods. Inpired by Spring Trasnactional Annotation and Sequelize CLS
MIT License
524 stars 86 forks source link

docs: missing constructor brackets #57

Closed boy51 closed 4 years ago

boy51 commented 4 years ago

The constructor function brackets were missing and indentation made it seem like that function was written inside the constructor, which is nonsense.

odavid commented 4 years ago

thanks @boy51 !