1
0

Refactored getting task IDs for labels

This commit is contained in:
kolaente
2019-10-20 17:55:54 +02:00
parent 48e422b379
commit eb279fdba3
2 changed files with 13 additions and 3 deletions

View File

@ -203,7 +203,7 @@ func getUserTaskIDs(u *User) (taskIDs []int64, err error) {
return nil, err
}
tasks, err := getTasksForLists(lists, &taskOptions{
tasks, err := getRawTasksForLists(lists, &taskOptions{
startDate: time.Unix(0, 0),
endDate: time.Unix(0, 0),
sortby: SortTasksByUnsorted,