mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
CmdExport: Replaced getTrackedIntervals with getTracked
This commit is contained in:
parent
6bb14b538c
commit
8f7dec1ee9
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ int CmdExport (
|
||||||
Database& database)
|
Database& database)
|
||||||
{
|
{
|
||||||
auto filter = getFilter (cli);
|
auto filter = getFilter (cli);
|
||||||
std::cout << jsonFromIntervals (getTrackedIntervals (database, rules, filter));
|
std::cout << jsonFromIntervals (getTracked (database, rules, filter));
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue