diff --git a/src/interface/obsidian/src/utils.ts b/src/interface/obsidian/src/utils.ts index 829a0604..5c1061bd 100644 --- a/src/interface/obsidian/src/utils.ts +++ b/src/interface/obsidian/src/utils.ts @@ -157,7 +157,7 @@ export function getBackendStatusMessage( khojApiKey: string ): string { // Welcome message with default settings. Khoj cloud always expects an API key. - if (!!khojApiKey && khojUrl === 'https://app.khoj.dev') + if (!khojApiKey && khojUrl === 'https://app.khoj.dev') return `🌈 Welcome to Khoj! Get your API key from ${khojUrl}/config#clients and set it in the Khoj plugin settings on Obsidian`; if (!connectedToServer)