Skip to content

Commit

Permalink
missing start_side
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Jun 1, 2024
1 parent 212414d commit 4b54950
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ async function githubCreatePullRequestReview(
? annotation.range?.[0]?.[0]
: undefined,
subject_type: "line",
start_side: "RIGHT",
}
logVerbose(JSON.stringify(body, null, 2))
const res = await fetch(url, {
Expand Down

0 comments on commit 4b54950

Please sign in to comment.