abeizn commented on code in PR #5805:
URL:
https://github.com/apache/incubator-devlake/pull/5805#discussion_r1283248254
##########
backend/plugins/zentao/models/project.go:
##########
@@ -93,8 +93,8 @@ type ZentaoProject struct {
TotalConsumed float64 `json:"totalConsumed"
mapstructure:"totalConsumed"`
TotalLeft float64 `json:"totalLeft" mapstructure:"totalLeft"`
Progress float64 `json:"progress" mapstructure:"progress"`
- TotalReal int `json:"totalReal" mapstructure:"totalReal"`
- ScopeConfigId uint64 `json:"scopeConfigId,omitempty"
mapstructure:"scopeConfigId"`
+ //TotalReal int `json:"totalReal" mapstructure:"totalReal"`
Review Comment:
please delete it
--
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]