Niyas
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
server/database.js
|
@ -8,7 +8,7 @@ class Database { |
|
|
|
|
|
|
|
|
static templatePath = "./db/kuma.db" |
|
|
static templatePath = "./db/kuma.db" |
|
|
static path = "./data/kuma.db"; |
|
|
static path = "./data/kuma.db"; |
|
|
static latestVersion = 6; |
|
|
static latestVersion = 7; |
|
|
static noReject = true; |
|
|
static noReject = true; |
|
|
|
|
|
|
|
|
static async connect() { |
|
|
static async connect() { |
|
|