From ef1ed40dc223d43afd772d794edea6488d8366e7 Mon Sep 17 00:00:00 2001 From: jianmingtu Date: Thu, 15 Apr 2021 12:20:14 -0700 Subject: [PATCH] test --- server/mongoDatabase.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/mongoDatabase.js b/server/mongoDatabase.js index 966b294..8a2b695 100644 --- a/server/mongoDatabase.js +++ b/server/mongoDatabase.js @@ -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({