mirror of
https://github.com/wismna/DoNext.git
synced 2025-10-03 07:30:13 -04:00
Remove TODO
This commit is contained in:
@@ -13,7 +13,6 @@ interface TaskDao {
|
||||
@Query("SELECT * FROM tasks WHERE task_list_id = :listId AND deleted = 0 ORDER BY done ASC, priority DESC")
|
||||
fun getTasksForList(listId: Long): Flow<List<TaskEntity>>
|
||||
|
||||
// TODO: fix WHERE clause
|
||||
@Query("""
|
||||
SELECT * FROM tasks
|
||||
WHERE due_date BETWEEN :todayStart AND :todayEnd AND deleted = 0 AND done = 0
|
||||
|
Reference in New Issue
Block a user