From 26105dec29f5c5f1289498fd8da0d85c04e91e81 Mon Sep 17 00:00:00 2001 From: Gowtham Munukutla Date: Thu, 17 Jun 2021 10:25:54 +0530 Subject: [PATCH] fix lint --- api/queries_repo.go | 1 - 1 file changed, 1 deletion(-) 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