Skip to content

Commit c0002a8

Browse files
authored
fix: json cannot encode if githubv4.URI is nil (#78)
Signed-off-by: Eddie Knight <knight@linux.com>
1 parent dc24cce commit c0002a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/graphql-data.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ type GraphqlRepoData struct {
8686
}
8787
ContributingGuidelines struct {
8888
Body string
89-
ResourcePath githubv4.URI
89+
ResourcePath string
9090
}
9191
DependencyGraphManifests struct {
9292
TotalCount int

0 commit comments

Comments
 (0)