From 7e1d9a6f91a46715f4fa7ac21c4d02e5de111155 Mon Sep 17 00:00:00 2001 From: "adamlui@protonmail.com" Date: Tue, 12 Nov 2024 17:58:37 -0800 Subject: [PATCH] Removed potentially unneeded `eslint-disable-line no-redeclare` --- chatgpt.js | 2 +- starters/chrome/extension/lib/chatgpt.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chatgpt.js b/chatgpt.js index 90a7ed48c..1573fe617 100644 --- a/chatgpt.js +++ b/chatgpt.js @@ -8,7 +8,7 @@ localStorage.alertQueue = JSON.stringify([]); localStorage.notifyProps = JSON.stringify({ queue: { topRight: [], bottomRight: [], bottomLeft: [], topLeft: [] }}); // Define chatgpt API -const chatgpt = { // eslint-disable-line no-redeclare +const chatgpt = { openAIaccessToken: {}, endpoints: { assets: 'https://cdn.jsdelivr.net/gh/KudoAI/chatgpt.js', openAI: { diff --git a/starters/chrome/extension/lib/chatgpt.js b/starters/chrome/extension/lib/chatgpt.js index 90a7ed48c..1573fe617 100644 --- a/starters/chrome/extension/lib/chatgpt.js +++ b/starters/chrome/extension/lib/chatgpt.js @@ -8,7 +8,7 @@ localStorage.alertQueue = JSON.stringify([]); localStorage.notifyProps = JSON.stringify({ queue: { topRight: [], bottomRight: [], bottomLeft: [], topLeft: [] }}); // Define chatgpt API -const chatgpt = { // eslint-disable-line no-redeclare +const chatgpt = { openAIaccessToken: {}, endpoints: { assets: 'https://cdn.jsdelivr.net/gh/KudoAI/chatgpt.js', openAI: {