We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f1fd45 + 7eabb43 commit d95c154Copy full SHA for d95c154
pkg/github/minimal_types.go
@@ -168,7 +168,6 @@ func convertToMinimalProject(fullProject *github.ProjectV2) *MinimalProject {
168
Number: github.Ptr(fullProject.GetNumber()),
169
ShortDescription: github.Ptr(fullProject.GetShortDescription()),
170
DeletedBy: convertToMinimalUser(fullProject.GetDeletedBy()),
171
- Fields: fullProject.Fields,
172
}
173
174
0 commit comments