Skip to content

Commit

Permalink
chore: remove dev query param from GET /tasks API
Browse files Browse the repository at this point in the history
  • Loading branch information
samarpan1738 committed Sep 18, 2024
1 parent 14ca890 commit 8a35c05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion middlewares/validators/tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ const updateSelfTask = async (req, res, next) => {

const getTasksValidator = async (req, res, next) => {
const schema = joi.object().keys({
dev: joi.bool().optional().sensitive(),
status: joi
.string()
.insensitive()
Expand Down

0 comments on commit 8a35c05

Please sign in to comment.