Skip to content

Commit

Permalink
modified: db/LabelController.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
ddimitrov1108 committed Jan 30, 2024
1 parent 37b27e4 commit 36fb464
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions db/LabelController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,6 @@ class LabelController extends DbConnector {
},
},
},
orderBy: {
task: {
dueDate: "asc",
},
},
},
},
});
Expand Down
1 change: 0 additions & 1 deletion db/ProjectController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ class ProjectController extends DbConnector {
},
},
},
orderBy: [{ dueDate: "asc" }],
},
},
});
Expand Down

0 comments on commit 36fb464

Please sign in to comment.