mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
fix: GameOwnershipResponse key_id format (#138)
This commit is contained in:
parent
7fc31f9506
commit
38bb98707e
1 changed files with 1 additions and 0 deletions
|
@ -238,6 +238,7 @@ pub struct MinecraftAuthResponse {
|
|||
pub struct GameOwnershipResponse {
|
||||
pub items: Vec<GameOwnershipItem>,
|
||||
pub signature: String,
|
||||
#[serde(rename = "keyId")]
|
||||
pub key_id: String,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue