From a935456acab0c7bdc021829e18ce20230e18c752 Mon Sep 17 00:00:00 2001 From: yakov116 <16872793+yakov116@users.noreply.github.com> Date: Wed, 18 Nov 2020 19:55:59 -0500 Subject: Lint (#3723) --- source/github-helpers/index.ts | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source/github-helpers/index.ts') diff --git a/source/github-helpers/index.ts b/source/github-helpers/index.ts index 5b08dc55..b57f1fd4 100644 --- a/source/github-helpers/index.ts +++ b/source/github-helpers/index.ts @@ -51,11 +51,6 @@ export const buildRepoURL = (...pathParts: Array & {0: string}) return [location.origin, getRepo()?.nameWithOwner, ...pathParts].join('/'); }; -export const getRepoGQL = (): string => { - const {owner, name} = getRepo()!; - return `owner: "${owner}", name: "${name}"`; -}; - export const getPRHeadRepo = (): ReturnType => { return getRepo(select('.commit-ref.head-ref a')!); }; -- cgit v1.2.3