notiz-dev / nestjs-prisma

Easy Prisma support for your NestJS application
https://nestjs-prisma.dev
MIT License
587 stars 50 forks source link

refactor docs #86

Closed gonza7aav closed 11 months ago

gonza7aav commented 11 months ago

Hi, reading the docs I've found some code blocks with missing and unused imports. So, I fixed them. Also in the example of Exception Filter > Error code mapping > APP_FILTER there is an "or-logic" about using PrismaClientExceptionFilter or providePrismaClientExceptionFilter. In my opinion, these should be two distincs examples as above.

marcjulian commented 11 months ago

Thanks for fixing the docs!