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) {