Skip to content

Commit

Permalink
Remove unsued struct (#9405)
Browse files Browse the repository at this point in the history
  • Loading branch information
lafriks authored and sapk committed Dec 18, 2019
1 parent c939d61 commit 8a208e4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions modules/structs/issue.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}

0 comments on commit 8a208e4

Please sign in to comment.