Clean up obsolete struct

This commit is contained in:
Mislav Marohnić 2020-01-21 23:20:50 +01:00
parent fa30c16ad5
commit 2aaffc69a2

View file

@ -109,11 +109,6 @@ func RepoNetwork(client *Client, repos []Repo) (RepoNetworkResult, error) {
`, i, repo.RepoOwner(), repo.RepoName()))
}
type ViewerOrRepo struct {
Login string
Repository
}
graphqlResult := map[string]*json.RawMessage{}
result := RepoNetworkResult{}