Skip to content

Commit 8a208e4

Browse files
lafrikssapk
authored andcommitted
Remove unsued struct (#9405)
1 parent c939d61 commit 8a208e4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

modules/structs/issue.go

-6
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,3 @@ type IssueDeadline struct {
116116
// swagger:strfmt date-time
117117
Deadline *time.Time `json:"due_date"`
118118
}
119-
120-
// EditPriorityOption options for updating priority
121-
type EditPriorityOption struct {
122-
// required:true
123-
Priority int `json:"priority"`
124-
}

0 commit comments

Comments
 (0)