Skip to content

Commit

Permalink
fix: GameOwnershipResponse key_id format
Browse files Browse the repository at this point in the history
  • Loading branch information
1zun4 committed Mar 21, 2024
1 parent 7fc31f9 commit e6ea5cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions azalea-auth/src/auth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ pub struct MinecraftAuthResponse {
pub struct GameOwnershipResponse {
pub items: Vec<GameOwnershipItem>,
pub signature: String,
#[serde(rename = "keyId")]
pub key_id: String,
}

Expand Down

0 comments on commit e6ea5cf

Please sign in to comment.