Tell us what’s happening:
I need help with advice on how to pass the test on Exercise Tracker
Only 1 more test that did not pass:
“You can add from, to and limit parameters to a GET /api/users/:_id/logs request to retrieve part of the log of any user. from and to are dates in yyyy-mm-dd format. limit is an integer of how many logs to send back. (Test timed out)”
Time Out when last call API is :
- path: /api/users/62c66039b48c9c01b5a74ba0/logs
- Query Param : from = 1990-01-02, to = 1990-01-4, limit = 1
Your project link(s)
solution: boilerplate-project-exercisetracker - Replit
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
Challenge: Exercise Tracker
Link to the challenge: