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/features/mark-merge-commits-in-list.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/features/mark-merge-commits-in-list.tsx') diff --git a/source/features/mark-merge-commits-in-list.tsx b/source/features/mark-merge-commits-in-list.tsx index d0d9ec8a..e6cbea71 100644 --- a/source/features/mark-merge-commits-in-list.tsx +++ b/source/features/mark-merge-commits-in-list.tsx @@ -6,11 +6,10 @@ import PullRequestIcon from 'octicon/git-pull-request.svg'; import features from '.'; import * as api from '../github-helpers/api'; -import {getRepoGQL} from '../github-helpers'; const filterMergeCommits = async (commits: string[]): Promise => { const {repository} = await api.v4(` - repository(${getRepoGQL()}) { + repository() { ${commits.map((commit: string) => ` ${api.escapeKey(commit)}: object(expression: "${commit}") { ... on Commit { -- cgit v1.2.3