Skip to content

Commit bf9daf8

Browse files
committed
Lint
1 parent fbd0cd0 commit bf9daf8

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pkg/github/projects.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -621,15 +621,6 @@ func DeleteProjectItem(getClient GetClientFn, t translations.TranslationHelperFu
621621
}
622622
}
623623

624-
type updateProjectItemOptions struct {
625-
Fields []*newProjectV2Field `json:"fields,omitempty"`
626-
}
627-
628-
type newProjectV2Field struct {
629-
ID *int64 `json:"id,omitempty"`
630-
Value any `json:"value,omitempty"`
631-
}
632-
633624
type newProjectItem struct {
634625
ID int64 `json:"id,omitempty"` // Issue or Pull Request ID to add to the project.
635626
Type string `json:"type,omitempty"`

0 commit comments

Comments
 (0)