comment removed
This commit is contained in:
parent
d0546580e7
commit
06b5e6e939
1 changed files with 0 additions and 1 deletions
|
|
@ -62,7 +62,6 @@ worker.postMessage({ type: 'init', chatgpt_api_key: prefs_api.chatgpt_api_key, c
|
|||
messagesArea.appendUserMessage(browser.i18n.getMessage("chagtp_api_connecting"), "info");
|
||||
|
||||
// Event listeners for worker messages
|
||||
// TODO I'm sure there's a better way to do this
|
||||
worker.onmessage = function(event) {
|
||||
const { type, payload } = event.data;
|
||||
switch (type) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue