Stop waiting for license check onload (#1202)

This commit is contained in:
Zero Liu 2025-02-05 09:34:04 -08:00 committed by GitHub
parent f0afd28f24
commit 82a697941d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -63,7 +63,7 @@ export default class CopilotPlugin extends Plugin {
// Initialize BrevilabsClient
this.brevilabsClient = BrevilabsClient.getInstance();
this.brevilabsClient.setPluginVersion(this.manifest.version);
await checkIsPlusUser();
checkIsPlusUser();
this.chainManager = new ChainManager(this.app, this.vectorStoreManager);