Skip to content

Commit

Permalink
remove subject_type
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Jun 1, 2024
1 parent c10eeaf commit 13fc5c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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, {
Expand Down

0 comments on commit 13fc5c8

Please sign in to comment.