summaryrefslogtreecommitdiff
path: root/src/model/player.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/model/player.rs')
-rw-r--r--src/model/player.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/model/player.rs b/src/model/player.rs
index bd765a1..486a308 100644
--- a/src/model/player.rs
+++ b/src/model/player.rs
@@ -24,7 +24,7 @@ pub struct CompactPlayer {
pub active: bool,
/// Age of the player, null if unknown. When `birthday` is null, age is an approxiamation.
/// Note: this field is only present for users running the Historical plan or up.
- pub age: Option<u8>,
+ pub age: Option<u32>,
/// Birthday of the player.
/// Note: this field is only present for users running the Historical plan or up.
#[serde(with = "birthday_format", default)]