mirror of
https://github.com/fbarrca/obsidian-inlineAI.git
synced 2026-07-22 11:50:24 +00:00
Initialized on load
This commit is contained in:
parent
7105b87e61
commit
1951ccbb14
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ import { diffExtension } from "./modules/diffExtension";
|
|||
|
||||
export default class InlineAIChatPlugin extends Plugin {
|
||||
settings: InlineAISettings = DEFAULT_SETTINGS;
|
||||
chatapi: ChatApiManager;
|
||||
chatapi!: ChatApiManager;
|
||||
|
||||
async onload() {
|
||||
await this.loadSettings();
|
||||
|
|
|
|||
Loading…
Reference in a new issue