Adjust pulling in config

This commit is contained in:
Owen
2025-08-12 16:47:59 -07:00
parent 880a123149
commit 3d8869066a
6 changed files with 26 additions and 32 deletions

View File

@@ -147,6 +147,10 @@ export class Config {
return false;
}
public isHybridMode() {
return this.rawConfig?.hybrid;
}
public async checkSupporterKey() {
const [key] = await db.select().from(supporterKey).limit(1);