formatting

This commit is contained in:
proddy
2025-11-05 09:00:27 +01:00
parent 2ee433bb89
commit 10d85c6547
3 changed files with 2 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ const VALID_EXTENSIONS = new Set(['bin', 'json', 'md5']);
const ONE_SECOND_MS = 1000;
const TEN_PERCENT = 10;
// Optimized padding function
// padding function
const pad = (number) => String(number).padStart(2, '0');
// Simple throttle helper (time-based)