lint: Restore original lint

This commit is contained in:
Ionys 2025-06-11 12:14:09 +02:00
parent 7b3760c680
commit 26a1564b2e

View file

@ -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();
} }