mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-19 07:44:02 +02:00
lint: Restore original lint
This commit is contained in:
parent
7b3760c680
commit
26a1564b2e
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ class Maintenance extends BeanModel {
|
||||||
* @returns {void}
|
* @returns {void}
|
||||||
*/
|
*/
|
||||||
static validateCron(cron) {
|
static validateCron(cron) {
|
||||||
let job = new Cron(cron, () => { });
|
let job = new Cron(cron, () => {});
|
||||||
job.stop();
|
job.stop();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue