Skip to content

Commit

Permalink
Fixup route in api/issues/update (#732)
Browse files Browse the repository at this point in the history
Co-authored-by: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>
  • Loading branch information
maflcko and MarcoFalke authored Nov 13, 2024
1 parent 3958f28 commit 57681d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/issues/update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ impl<'octo, 'a, 'b, 'c, 'd, 'e> UpdateIssueBuilder<'octo, 'a, 'b, 'c, 'd, 'e> {
/// Send the actual request.
pub async fn send(self) -> Result<models::issues::Issue> {
let route = format!(
"/repos/{repo}/issues/{issue}",
"/{repo}/issues/{issue}",
repo = self.handler.repo,
issue = self.number,
);
Expand Down

0 comments on commit 57681d9

Please sign in to comment.