Skip to content

Commit 50bfbae

Browse files
committed
fix webhook
1 parent 3fc8b5b commit 50bfbae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/review.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ async def review_pull_request(repo_name, pr_number, commit_sha, commit_message):
212212

213213
async def review_commits(repo_name, commits):
214214
for commit in commits:
215-
await review_commit(repo_name, commit['sha'])
215+
await review_commit(repo_name, commit['id'])
216216

217217

218218
async def review_specific_commit(commit_url: str):

0 commit comments

Comments
 (0)