Skip to content

Commit

Permalink
Fix TotalPlayTimeHours KPI parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
chemiclast committed Sep 7, 2024
1 parent 3dc006a commit 0f98dae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ pub enum KpiType {
#[strum(to_string = "Sessions")]
Visits,

#[strum(to_string = "Total Playtime (Hours)")]
Playtime,
#[strum(to_string = "Playtime")]
TotalPlayTimeHours,

#[strum(to_string = "Daily Revenue")]
DailyRevenue,
Expand Down

0 comments on commit 0f98dae

Please sign in to comment.