mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-31 04:12:10 +03:00
fix(blackbox-web): set isPremium flag to true (#1661)
Integrated into release/v3.7.2
This commit is contained in:
@@ -344,7 +344,7 @@ export class BlackboxWebExecutor extends BaseExecutor {
|
||||
offlineMode: false,
|
||||
},
|
||||
session: null,
|
||||
isPremium: false,
|
||||
isPremium: credentials.providerSpecificData?.isPremium ?? true,
|
||||
teamAccount: "",
|
||||
subscriptionCache: null,
|
||||
beastMode: false,
|
||||
|
||||
Reference in New Issue
Block a user