Skip to content

Commit 2aaffc6

Browse files
committed
Clean up obsolete struct
1 parent fa30c16 commit 2aaffc6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

api/queries_repo.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,6 @@ func RepoNetwork(client *Client, repos []Repo) (RepoNetworkResult, error) {
109109
`, i, repo.RepoOwner(), repo.RepoName()))
110110
}
111111

112-
type ViewerOrRepo struct {
113-
Login string
114-
Repository
115-
}
116-
117112
graphqlResult := map[string]*json.RawMessage{}
118113
result := RepoNetworkResult{}
119114

0 commit comments

Comments
 (0)