mirror of
https://github.com/HirziDevs/PteroStats
synced 2026-01-06 21:47:36 +00:00
refactor: rename UptimeFormatter.js to uptimeFormatter.js
This commit is contained in:
@@ -10,4 +10,4 @@ module.exports = function uptimeFormatter(time) {
|
||||
if (text.length > 0) text.push(`and ${seconds} seconds`)
|
||||
else text.push(`${seconds} seconds`)
|
||||
return text.join(", ").replace(", and", " and")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user