mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-12 20:48:43 -05:00
Return raw value instead of formatted string
This commit is contained in:
@@ -214,7 +214,7 @@ const getMonitorAggregateStats = async (monitorId, dateRange) => {
|
||||
day: group.day,
|
||||
totalChecks,
|
||||
totalIncidents,
|
||||
avgResponseTime: `${avgResponseTime.toFixed(2)}ms`,
|
||||
avgResponseTime,
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user