Skip to content

Commit

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

#[strum(serialize = "", to_string = "Total Playtime Hours")]
// Playtime is exported as a blank string for some reason
TotalPlayTimeHours,
#[strum(to_string = "Total Playtime (Hours)")]
Playtime,

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

0 comments on commit 5005829

Please sign in to comment.