NewcastleRSE / rse-admin-strapi

0 stars 0 forks source link

function createStrapiProject(hubspotProject) #21

Closed reeceawalsh closed 1 year ago

reeceawalsh commented 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

reeceawalsh commented 1 year ago

Fixed.

All ["Completed", "Allocated", "Awaiting Allocation"] projects have now been added to Strapi.