remove space

This commit is contained in:
Alex Holliday
2024-09-03 14:47:37 -07:00
parent bc0df325d1
commit 99b4da347f

View File

@@ -155,7 +155,6 @@ const getStatusBarValues = (monitor, checks) => {
const getMonitorAggregateStats = async (monitorId, dateRange) => {
const startDates = {
day: new Date(new Date().setDate(new Date().getDate() - 1)),
week: new Date(new Date().setDate(new Date().getDate() - 7)),
month: new Date(new Date().setMonth(new Date().getMonth() - 1)),
};