Skip to content

Commit

Permalink
update to categoryTotals to camelCase
Browse files Browse the repository at this point in the history
  • Loading branch information
brayo-pip committed Mar 23, 2024
1 parent 7541d99 commit dab842e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export interface ScreenTimeSummary {
userId: string
total: number
date: string
category_totals: { [key: string]: number }
categoryTotals: { [key: string]: number }
}

export interface ChartDataset {
Expand Down

0 comments on commit dab842e

Please sign in to comment.