Commit fd243dec3c6c
Changed files (1)
tools
github-notif-manager
src
tools/github-notif-manager/src/github.rs
@@ -104,9 +104,8 @@ impl GitHubClient {
if !response.status().is_success() {
anyhow::bail!(
- "GitHub API returned error: {} - {}",
+ "GitHub API returned error: {}",
response.status(),
- response.text().unwrap_or_default()
);
}