We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e5c7eb commit 9355779Copy full SHA for 9355779
src/commands/points.rs
@@ -8,7 +8,9 @@ const POINTS_API_BASE_URL: &str =
8
#[derive(Debug, serde::Deserialize)]
9
pub struct PointsRes {
10
/// Indicates in which top percentile your points are.
11
- pub percentile: u32,
+ ///
12
+ /// TODO: fix this in new API
13
+ pub percentile: String,
14
/// The total number of points you have accumulated.
15
pub score: f64,
16
}
0 commit comments