promptData correctly inizialized
This commit is contained in:
parent
a8f8a7e33a
commit
4562533619
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ messageInput.init(worker);
|
||||||
messageInput.setMessagesArea(messagesArea);
|
messageInput.setMessagesArea(messagesArea);
|
||||||
|
|
||||||
// Data received from the user
|
// Data received from the user
|
||||||
let promptData = {};
|
let promptData = null;
|
||||||
|
|
||||||
const params = new URLSearchParams(window.location.search);
|
const params = new URLSearchParams(window.location.search);
|
||||||
//let prefs_api_key = await browser.storage.sync.get({api_key_chatgpt: ''});
|
//let prefs_api_key = await browser.storage.sync.get({api_key_chatgpt: ''});
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue