Skip to content

Commit

Permalink
fix name error (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
yangwei999 authored Dec 9, 2024
1 parent 647d6dc commit 9d1818f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitee/model_issue_create_param.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type IssueCreateParam struct {
// Issue标题
Title string `json:"title,omitempty"`
// 企业自定义任务类型,非企业默认任务类型为“任务”
IssuType string `json:"issu_type,omitempty"`
IssueType string `json:"issue_type,omitempty"`
// Issue描述
Body string `json:"body,omitempty"`
// Issue负责人的username
Expand Down

0 comments on commit 9d1818f

Please sign in to comment.