mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-04 15:39:35 -05:00
Fixed incorrect assignment
This commit is contained in:
@@ -230,7 +230,7 @@ const getMonitorStatsById = async (req) => {
|
||||
}
|
||||
|
||||
monitorStats.periodIncidents = getIncidents(checksForDateRange);
|
||||
monitor.periodTotalChecks = checksForDateRange.length;
|
||||
monitorStats.periodTotalChecks = checksForDateRange.length;
|
||||
|
||||
// If more than numToDisplay checks, pick every nth check
|
||||
|
||||
|
||||
Reference in New Issue
Block a user