mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-10 03:05:45 +08:00
Standardize array bracket spacing
This commit is contained in:
@@ -30,7 +30,7 @@ const DEFAULT_KEEP_PERIOD = 180;
|
||||
try {
|
||||
await R.exec(
|
||||
"DELETE FROM heartbeat WHERE time < DATETIME('now', '-' || ? || ' days') ",
|
||||
[parsedPeriod]
|
||||
[ parsedPeriod ]
|
||||
);
|
||||
} catch (e) {
|
||||
log(`Failed to clear old data: ${e.message}`);
|
||||
|
Reference in New Issue
Block a user