You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I hit api/v1/User?populate=routines I'm ending up with an empty array for routines. When I leave off ?populate=routines, it returns the ObjectIds as expected in the array. Is this possible with the current library?
The text was updated successfully, but these errors were encountered:
First off, great library - thank you.
I have defined two schemas:
when I hit
api/v1/User?populate=routines
I'm ending up with an empty array for routines. When I leave off?populate=routines
, it returns the ObjectIds as expected in the array. Is this possible with the current library?The text was updated successfully, but these errors were encountered: