Skip to content

Commit 5f0acc5

Browse files
committed
For consistency and bugs
1 parent 0cc0b32 commit 5f0acc5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

controllers/crud.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ const query = async function (req, res, next) {
8383
status: 400
8484
}
8585
return next(utils.createExpressError(err))
86-
8786
}
8887
try {
8988
let matches = await db.find(props).limit(limit).skip(skip).toArray()

0 commit comments

Comments
 (0)