PR feedback: remove spaces in comments

Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
pull/1119/head
Jens Neuber 2 years ago committed by GitHub
parent df8f93f0c2
commit a9d264ccfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -313,7 +313,7 @@ router.get("/api/badge/:id/uptime/:duration?", cache("5 minutes"), async (reques
requestedMonitorId
);
// limit the displayed uptime percentage to four ( two, when displayed as percent ) decimal digits
// limit the displayed uptime percentage to four (two, when displayed as percent) decimal digits
const cleanUptime = parseFloat(uptime.toPrecision(4));
// use a given, custom color or calculate one based on the uptime value

Loading…
Cancel
Save