nestjsx / crud

NestJs CRUD for RESTful APIs
https://github.com/nestjsx/crud/wiki
MIT License
4.04k stars 533 forks source link

getFeature is undefined in Nest+Fastify #757

Closed jinpy666 closed 2 years ago

jinpy666 commented 2 years ago
"@nestjs/platform-fastify": "^8.2.3",
"@nestjs/schedule": "^1.0.2",
"@nestjs/swagger": "^5.1.5",
"@nestjs/typeorm": "^8.0.2",
"@nestjsx/crud": "^5.0.0-alpha.3",
"@nestjsx/crud-typeorm": "^5.0.0-alpha.3",

image

jinpy666 commented 2 years ago

image

It looks like have to set it manually in controller to get it.