From 13fc5c84bd587de6d6ecdb0231ca94ee9130a967 Mon Sep 17 00:00:00 2001 From: Peli de Halleux Date: Sat, 1 Jun 2024 22:38:34 +0000 Subject: [PATCH] remove subject_type --- packages/core/src/github.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/core/src/github.ts b/packages/core/src/github.ts index f81b64b981..b5f2351e17 100644 --- a/packages/core/src/github.ts +++ b/packages/core/src/github.ts @@ -219,7 +219,6 @@ async function githubCreatePullRequestReview( path: annotation.filename, line: annotation.range?.[0]?.[0], side: "RIGHT", - subject_type: "line", } logVerbose(JSON.stringify(body, null, 2)) const res = await fetch(url, {