Skip to content

Commit d95c154

Browse files
committed
Merge remote-tracking branch 'refs/remotes/upstream/add-discussion-tools' into add-discussion-tools
2 parents 4f1fd45 + 7eabb43 commit d95c154

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/github/minimal_types.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ func convertToMinimalProject(fullProject *github.ProjectV2) *MinimalProject {
168168
Number: github.Ptr(fullProject.GetNumber()),
169169
ShortDescription: github.Ptr(fullProject.GetShortDescription()),
170170
DeletedBy: convertToMinimalUser(fullProject.GetDeletedBy()),
171-
Fields: fullProject.Fields,
172171
}
173172
}
174173

0 commit comments

Comments
 (0)