Skip to content

Commit

Permalink
remove Duplicate url key
Browse files Browse the repository at this point in the history
  • Loading branch information
samad-yar-khan committed Apr 5, 2024
1 parent b7b332c commit fb3ba22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apiserver/dora/api/resources/code_resouces.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def adapt_pull_request(
"reviewers": [
adapt_user_info(r, username_user_map) for r in (pr.reviewers or [])
],
"url": pr.url,
"pr_link": pr.url,
"base_branch": pr.base_branch,
"head_branch": pr.head_branch,
"created_at": pr.created_at.isoformat(),
Expand Down

0 comments on commit fb3ba22

Please sign in to comment.