Fix lint errors

This commit is contained in:
Owen
2025-10-05 15:22:54 -07:00
parent 9649d9a46b
commit e5f4da9a99
14 changed files with 23 additions and 25 deletions

View File

@@ -1011,4 +1011,4 @@ export const COUNTRIES = [
"name": "Åland Islands",
"code": "AX"
}
]
];

View File

@@ -44,7 +44,7 @@ class RedisManager {
constructor() {
if (build == "oss") {
this.isEnabled = false;
return
return;
}
this.isEnabled = config.getRawPrivateConfig().flags?.enable_redis || false;
if (this.isEnabled) {