Open mariomurrent-softwaresolutions opened 10 months ago
I'm using the strapi client and the findOne method to find a User. Actually it should return a StrapiResponse which should have {data: ..., meta: ...}
What is returned is just the User object.
That the correct data structure is returned
Bug report
Describe the bug
I'm using the strapi client and the findOne method to find a User. Actually it should return a StrapiResponse which should have {data: ..., meta: ...}
What is returned is just the User object.
Steps to reproduce the behavior
Expected behavior
That the correct data structure is returned
System