Fixed incorrect assignment

This commit is contained in:
Alex Holliday
2024-09-04 12:15:53 -07:00
parent 3270d61624
commit 6424a0436f
+1 -1
View File
@@ -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