You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by "warren830 (via GitHub)" <gi...@apache.org> on 2023/02/08 11:51:15 UTC

[GitHub] [incubator-devlake] warren830 commented on a diff in pull request #4361: feat: sonarqube issue project update

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


##########
backend/core/models/domainlayer/securitytesting/st_issue_code_blocks.go:
##########
@@ -21,10 +21,9 @@ import "github.com/apache/incubator-devlake/core/models/domainlayer"
 
 type StIssueCodeBlock struct {
 	domainlayer.DomainEntity
-	Id          string `gorm:"primaryKey"`
+	Id          string `json:"id"`

Review Comment:
   will this Id be duplicated with domainEntity?



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