Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jianmingtu committed Apr 15, 2021
1 parent c7d7759 commit ef1ed40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/mongoDatabase.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ module.exports = async function() {
const { limit = 100, skip = 0} = req
const search = req.query?.search;
const aggregateOptions = []

return req;

if (search) {
aggregateOptions.push({
Expand Down

0 comments on commit ef1ed40

Please sign in to comment.