Skip to content

Commit 8a35c05

Browse files
committed
chore: remove dev query param from GET /tasks API
1 parent 14ca890 commit 8a35c05

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

middlewares/validators/tasks.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ const updateSelfTask = async (req, res, next) => {
149149

150150
const getTasksValidator = async (req, res, next) => {
151151
const schema = joi.object().keys({
152-
dev: joi.bool().optional().sensitive(),
153152
status: joi
154153
.string()
155154
.insensitive()

0 commit comments

Comments
 (0)