mirror of
https://github.com/logancyang/obsidian-copilot.git
synced 2026-07-22 07:50:24 +00:00
Stop waiting for license check onload (#1202)
This commit is contained in:
parent
f0afd28f24
commit
82a697941d
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue