mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-13 08:26:40 +00:00
Fix lint errors
This commit is contained in:
@@ -1011,4 +1011,4 @@ export const COUNTRIES = [
|
||||
"name": "Åland Islands",
|
||||
"code": "AX"
|
||||
}
|
||||
]
|
||||
];
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user