mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdReportDay: Replaced getTrackedIntervals with getTracked
This commit is contained in:
parent
89b4c389bc
commit
af8461ade0
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ int CmdReportDay (
|
|||
|
||||
// Load the data.
|
||||
auto exclusions = getAllExclusions (rules, filter.range);
|
||||
auto tracked = getTrackedIntervals (database, rules, filter);
|
||||
auto tracked = getTracked (database, rules, filter);
|
||||
|
||||
// Create a color palette.
|
||||
auto palette = createPalette (rules);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue