summaryrefslogtreecommitdiff
path: root/source/features/deep-reblame.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/deep-reblame.tsx')
-rw-r--r--source/features/deep-reblame.tsx4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/features/deep-reblame.tsx b/source/features/deep-reblame.tsx
index 935a1ce6..9a484635 100644
--- a/source/features/deep-reblame.tsx
+++ b/source/features/deep-reblame.tsx
@@ -16,9 +16,7 @@ const getPullRequestBlameCommit = mem(async (commit: string, prNumber: number, c
const {repository} = await api.v4(`
repository(${getRepoGQL()}) {
file: object(expression: "${commit}:${currentFilename}") {
- ... on Blob {
- id
- }
+ id
}
object(expression: "${commit}") {
... on Commit {