Fix lint
This commit is contained in:
parent
65b49384e0
commit
ab398b9641
|
@ -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 New Issue