kiva / protocol-common

Shared code across the various protocol microservices
Apache License 2.0
10 stars 3 forks source link

Fix Reflector Injection #72

Closed ghost closed 2 years ago

ghost commented 2 years ago

Due to the way NestJS resolves dependency injection, the upgrade to NestJS v8.x has caused the automatic injection of the Reflector class to fail. We're seeing an issue very similar to this one: https://github.com/nestjs/nest/issues/7583