Refactored getting task IDs for labels
This commit is contained in:
parent
48e422b379
commit
eb279fdba3
2 changed files with 13 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Reference in a new issue