Skip to content

Commit

Permalink
fix(pr-comments): heading order
Browse files Browse the repository at this point in the history
  • Loading branch information
Fyko committed Mar 18, 2024
1 parent 2025073 commit fa4694b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chuckle-http/src/routes/webhooks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ async fn handle_pr_review_comment(

let header = format!(
"### [New Comment](<{}>) from {}",
user_string, data.comment.links.html.href
data.comment.links.html.href, user_string
);
let file_url = format!(
"https://github.com/{}/{}/blob/{}/{}",
Expand Down

0 comments on commit fa4694b

Please sign in to comment.