Remove unsued struct (#9405)
This commit is contained in:
parent
c939d610b9
commit
8a208e4349
1 changed files with 0 additions and 6 deletions
|
@ -116,9 +116,3 @@ type IssueDeadline struct {
|
||||||
// swagger:strfmt date-time
|
// swagger:strfmt date-time
|
||||||
Deadline *time.Time `json:"due_date"`
|
Deadline *time.Time `json:"due_date"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// EditPriorityOption options for updating priority
|
|
||||||
type EditPriorityOption struct {
|
|
||||||
// required:true
|
|
||||||
Priority int `json:"priority"`
|
|
||||||
}
|
|
||||||
|
|
Reference in a new issue