Skip to content

Commit

Permalink
Todoist filter adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
hgorges committed Sep 10, 2024
1 parent 7c89912 commit 36e768e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/todoModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const todoModel = {
}

return this.getTodoistApi(api_key).getTasks({
filter: 'overdue | today',
filter: 'due before: today | overdue | today',
});
},

Expand Down

0 comments on commit 36e768e

Please sign in to comment.