You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/07/01 07:22:47 UTC

[GitHub] [incubator-devlake] warren830 commented on a diff in pull request #2393: issue2268 solution draft

warren830 commented on code in PR #2393:
URL: https://github.com/apache/incubator-devlake/pull/2393#discussion_r911686153


##########
plugins/gitlab/tasks/issue_extractor.go:
##########
@@ -54,8 +55,8 @@ type IssuesResponse struct {
 		WebUrl    string
 		AvatarUrl string
 		Username  string
-		Id        int
-		Name      string
+		Id        int	`json:"creator_id"`
+		Name      string `json:"creator_id"`

Review Comment:
   JSON is duplicated



-- 
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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org