Closed reeceawalsh closed 1 year ago
Issue
I ran a GET request to http://localhost:8080/api/projects?populate=* and received a four different types of console.logs in the following order.
However, none of these console logs correspond with action actually taken as no new projects have been added to Strapi.
What should happen
This function should create a clockify project using hubspot then create a strapi project which links them both.
Location src/api/projects/services.js line 183
Fixed.
All ["Completed", "Allocated", "Awaiting Allocation"] projects have now been added to Strapi.
Issue
I ran a GET request to http://localhost:8080/api/projects?populate=* and received a four different types of console.logs in the following order.
However, none of these console logs correspond with action actually taken as no new projects have been added to Strapi.
What should happen
This function should create a clockify project using hubspot then create a strapi project which links them both.
Location src/api/projects/services.js line 183