Common: Utils: Firebase: fix

This commit is contained in:
Viktor Fomin 2023-06-13 14:26:06 +03:00
parent 88c49f1adf
commit 41998d9a06

View File

@ -69,7 +69,7 @@ class FirebaseHelper {
}
get isEnabledDB() {
return this.isEnabled && this.config["databaseUrl"];
return this.isEnabled && this.config["dataBaseUrl"];
}
async checkMaintenance() {