Skip to content

Commit

Permalink
Added // eslint-disable-line no-redeclare to const chatgpt line
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui committed Apr 20, 2024
1 parent 636b01e commit 393aa9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatgpt.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 393aa9d

Please sign in to comment.