mappjzc commented on code in PR #4666:
URL:
https://github.com/apache/incubator-devlake/pull/4666#discussion_r1136493650
##########
backend/plugins/gitlab/models/project.go:
##########
@@ -40,7 +40,7 @@ type GitlabProject struct {
ForkedFromProjectWebUrl string `json:"forkedFromProjectWebUrl"
mapstructure:"forkedFromProjectWebUrl" gorm:"type:varchar(255)"`
HttpUrlToRepo string `json:"httpUrlToRepo"
gorm:"type:varchar(255)"`
- CreatedDate time.Time `json:"createdDate" mapstructure:"-"`
+ CreatedDate *time.Time `json:"createdDate" mapstructure:"-"`
Review Comment:
CreateDate must exist, so it is not a point before.
--
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]