Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github userId should not be an Option<T> #1775

Closed
apiraino opened this issue Feb 21, 2024 · 0 comments · Fixed by #1799
Closed

Github userId should not be an Option<T> #1775

apiraino opened this issue Feb 21, 2024 · 0 comments · Fixed by #1799
Assignees

Comments

@apiraino
Copy link
Contributor

apiraino commented Feb 21, 2024

Don't know exactly why our

triagebot/src/github.rs

Lines 19 to 23 in c52016a

#[derive(Debug, PartialEq, Eq, serde::Deserialize)]
pub struct User {
pub login: String,
pub id: Option<u64>,
}
has the Id optional 🤷

Originally posted by @apiraino in #1773 (comment)

@rustbot claim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant