Update pagespeed redux store

This commit is contained in:
Alex Holliday
2024-09-05 13:25:19 -07:00
parent 0487095d05
commit cca41fe6df
4 changed files with 10 additions and 16 deletions
-1
View File
@@ -321,7 +321,6 @@ const getMonitorsAndSummaryByTeamId = async (teamId, type) => {
},
{ up: 0, down: 0, paused: 0 }
);
console.log(monitorCounts);
monitorCounts.total = monitors.length;
return { monitors, monitorCounts };
} catch (error) {