Closed TommyAmberson closed 9 months ago
Since the day_avg_hrs macro is 'for the current range' it should be cached with a key that takes the current range into account so it doesn't reuse the _cached_log for a different range.
_cached_log
resolves https://github.com/iamjustkoi/StudyTimeStats/issues/52
Since the day_avg_hrs macro is 'for the current range' it should be cached with a key that takes the current range into account so it doesn't reuse the
_cached_log
for a different range.