Browse Source

Remove unsued struct (#9405)

for-closed-social
Lauris BH 4 years ago
committed by Antoine GIRARD
parent
commit
8a208e4349
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      modules/structs/issue.go

+ 0
- 6
modules/structs/issue.go 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"`
}

Loading…
Cancel
Save