79114507

Date: 2024-10-22 14:25:20
Score: 0.5
Natty:
Report link

In my case I was using NestJS with proctoc / proto-ts, and had forgotten to add the controller decorator that was generated from my proto file to the controller.

@Controller()
@HeroesServiceControllerMethods() <--- here
export class AppController implements HeroesServiceController {
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Nayfin