Skip to content

Commit

Permalink
Update parseStatsDate() to use lowerGranularity instead of bar graph …
Browse files Browse the repository at this point in the history
…granularity
  • Loading branch information
aditi-bhatia committed Mar 1, 2024
1 parent 4e32633 commit 8cae948
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ class TrafficOverviewUseCase(
lowerGranularity
)
if (period != null && period != "empty") {
val selectedDate = statsDateFormatter.parseStatsDate(statsGranularity, period)
val selectedDate = statsDateFormatter.parseStatsDate(lowerGranularity, period)
selectedDateProvider.selectDate(
selectedDate,
lowerGranularity
Expand Down

0 comments on commit 8cae948

Please sign in to comment.