Refactored getting task IDs for labels

This commit is contained in:
kolaente 2019-10-20 17:55:54 +02:00
parent 48e422b379
commit eb279fdba3
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
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,