From ffc5c465ceff4814446af53b07dc8f6beb4e62f5 Mon Sep 17 00:00:00 2001 From: mic Date: Wed, 14 Aug 2024 21:59:11 +0200 Subject: [PATCH] indentation fixed --- mzta-background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mzta-background.js b/mzta-background.js index 88a05d26..41916866 100644 --- a/mzta-background.js +++ b/mzta-background.js @@ -156,7 +156,7 @@ async function openChatGPT(promptText, action, curr_tabId, prompt_name = '', do_ if (prefs.chatgpt_model == '') { showNotification(browser.i18n.getMessage('error'),browser.i18n.getMessage('chatgpt_empty_model')); prefs.connection_type = 'chatgpt_web'; -} + } } switch(prefs.connection_type){