rayman1104 / ra-data-nestjsx-crud

Data provider which integrates React Admin with NestJS CRUD library
MIT License
100 stars 27 forks source link

Fixed `getMany` response #25

Closed SergeyMell closed 2 years ago

SergeyMell commented 2 years ago

For now getMany returns response which looks like

{data: {data: [items]}}

This change fixes this to correct {data: [items]} response

rayman1104 commented 2 years ago

Thanks!