mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-19 16:19:45 -06:00
Merge pull request #994 from bluewave-labs/fix/be/check-module
Added missing var declaration
This commit is contained in:
@@ -157,7 +157,7 @@ const getTeamChecks = async (req) => {
|
||||
// Default sort order is newest -> oldest
|
||||
sortOrder = sortOrder === "asc" ? 1 : -1;
|
||||
|
||||
checksQuery = { monitorId: { $in: userMonitors } };
|
||||
const checksQuery = { monitorId: { $in: userMonitors } };
|
||||
|
||||
if (filter !== undefined) {
|
||||
checksQuery.status = false;
|
||||
|
||||
Reference in New Issue
Block a user