From 393aa9d51b9b6c2b7cf14577ea2bbfc96aaa8bde Mon Sep 17 00:00:00 2001 From: "adamlui@protonmail.com" Date: Sat, 20 Apr 2024 04:17:36 -0700 Subject: [PATCH] Added `// eslint-disable-line no-redeclare` to `const chatgpt` line --- chatgpt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatgpt.js b/chatgpt.js index 1852b6240..1c3459f00 100644 --- a/chatgpt.js +++ b/chatgpt.js @@ -60,7 +60,7 @@ if (!isChromeUserScript && !(isFFuserScript && !isFFtmScript)) { (async () => { })();} // Define chatgpt.methods -const chatgpt = { +const chatgpt = { // eslint-disable-line no-redeclare openAIaccessToken: {}, actAs: function(persona) {