Skip to content

fixed the error - #3

Merged
arazaminai merged 1 commit into
masterfrom
sub_bypass
Jun 5, 2026
Merged

arazaminai merged 1 commit into
masterfrom
sub_bypass

Conversation

@arazaminai

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR changes the Patreon identity fetch path in PatreonState::fetch_identity, addressing a build/runtime error caused by previously-referenced but undefined identity fields.

Changes:

  • Replaced user_id, full_name, and email struct field initializers with empty-string literals in fetch_identity.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/patreon.rs
Comment on lines 237 to 243
Ok(PatreonIdentity {
user_id,
full_name,
email,
user_id: "".into(),
full_name: "".into(),
email: "".into(),
pledge_amount_cents: 99991,
tier: PatreonTier::from_cents(99991),
})
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 this pull request may close these issues.

2 participants