mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-28 15:56:39 +00:00
Websocket connects
This commit is contained in:
@@ -148,7 +148,7 @@ export class Config {
|
||||
}
|
||||
|
||||
public isHybridMode() {
|
||||
return this.rawConfig?.hybrid;
|
||||
return typeof this.rawConfig?.hybrid === "object";
|
||||
}
|
||||
|
||||
public async checkSupporterKey() {
|
||||
|
||||
Reference in New Issue
Block a user