Skip to content

Commit 7e1d9a6

Browse files
committed
Removed potentially unneeded eslint-disable-line no-redeclare
1 parent ada9c41 commit 7e1d9a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chatgpt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ localStorage.alertQueue = JSON.stringify([]);
88
localStorage.notifyProps = JSON.stringify({ queue: { topRight: [], bottomRight: [], bottomLeft: [], topLeft: [] }});
99

1010
// Define chatgpt API
11-
const chatgpt = { // eslint-disable-line no-redeclare
11+
const chatgpt = {
1212
openAIaccessToken: {}, endpoints: {
1313
assets: 'https://cdn.jsdelivr.net/gh/KudoAI/chatgpt.js',
1414
openAI: {

starters/chrome/extension/lib/chatgpt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ localStorage.alertQueue = JSON.stringify([]);
88
localStorage.notifyProps = JSON.stringify({ queue: { topRight: [], bottomRight: [], bottomLeft: [], topLeft: [] }});
99

1010
// Define chatgpt API
11-
const chatgpt = { // eslint-disable-line no-redeclare
11+
const chatgpt = {
1212
openAIaccessToken: {}, endpoints: {
1313
assets: 'https://cdn.jsdelivr.net/gh/KudoAI/chatgpt.js',
1414
openAI: {

0 commit comments

Comments
 (0)