diff --git a/api/queries_repo.go b/api/queries_repo.go index 0fcf517d6..59d2bd92f 100644 --- a/api/queries_repo.go +++ b/api/queries_repo.go @@ -452,7 +452,6 @@ type repositoryV3 struct { Private bool HTMLUrl string `json:"html_url"` Parent *repositoryV3 - hostname string } // ForkRepo forks the repository on GitHub and returns the new repository