warren830 commented on code in PR #4446:
URL:
https://github.com/apache/incubator-devlake/pull/4446#discussion_r1111453533
##########
backend/plugins/bamboo/tasks/project_extractor.go:
##########
@@ -60,9 +61,8 @@ var ExtractProjectMeta = plugin.SubTaskMeta{
}
// Convert the API response to our DB model instance
-func ConvertProject(bambooApiProject *ApiProject) *models.BambooProject {
+func ConvertProject(bambooApiProject *models.ApiBambooProject)
*models.BambooProject {
bambooProject := &models.BambooProject{
- Expand: bambooApiProject.Expand,
Review Comment:
why do you delete this field? I think we can keep this, when we are
debugging, we can know what fields we requested. But if you insist to delete
it, I am also ok with that
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]