Merge pull request #673 from bluewave-labs/fix/be/normalization

Parsed mongo doc correctly in Normalization function, resolves #672
This commit is contained in:
Alexander Holliday
2024-08-19 19:06:52 -07:00
committed by GitHub
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -263,7 +263,6 @@ const getMonitorStatsById = async (req) => {
monitorStats.latestResponseTime = getLatestResponseTime(checksAll);
monitorStats.incidents = incidents;
monitorStats.checks = dateRangeChecks;
return monitorStats;
} catch (error) {
throw error;