mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 23:04:04 +00:00
Fix lint
This commit is contained in:
parent
65b49384e0
commit
ab398b9641
1 changed files with 1 additions and 1 deletions
|
@ -842,7 +842,7 @@ class Database {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Remove all non-important heartbeats from heartbeat table, keep last 24-hour or {KEEP_LAST_ROWS} rows for each monitor
|
* Remove all non-important heartbeats from heartbeat table, keep last 24-hour or {KEEP_LAST_ROWS} rows for each monitor
|
||||||
* @param {boolean} detailedLog
|
* @param {boolean} detailedLog Log detailed information
|
||||||
* @returns {Promise<void>}
|
* @returns {Promise<void>}
|
||||||
*/
|
*/
|
||||||
static async clearHeartbeatData(detailedLog = false) {
|
static async clearHeartbeatData(detailedLog = false) {
|
||||||
|
|
Loading…
Reference in a new issue