mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-03 03:56:18 -04:00
change no-unused-vars from error to warn
This commit is contained in:
parent
6bce270f42
commit
3666ebb931
2 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@ const {setSetting, setting} = require("./util-server");
|
|||
class Database {
|
||||
|
||||
static templatePath = "./db/kuma.db"
|
||||
static path = './data/kuma.db';
|
||||
static path = "./data/kuma.db";
|
||||
static latestVersion = 3;
|
||||
static noReject = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue