Remove unsued struct (#9405)

pull/9387/head
Lauris BH 2019-12-18 14:10:40 +02:00 committed by Antoine GIRARD
parent c939d610b9
commit 8a208e4349
1 changed files with 0 additions and 6 deletions

View File

@ -116,9 +116,3 @@ type IssueDeadline struct {
// swagger:strfmt date-time
Deadline *time.Time `json:"due_date"`
}
// EditPriorityOption options for updating priority
type EditPriorityOption struct {
// required:true
Priority int `json:"priority"`
}