typo fixed
This commit is contained in:
parent
ca912be91b
commit
8029a47a83
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ worker.onmessage = function(event) {
|
|||
}
|
||||
};
|
||||
|
||||
// handling commands from the backgoound page
|
||||
// handling commands from the backgound page
|
||||
browser.runtime.onMessage.addListener((message, sender, sendResponse) => {
|
||||
//console.log(">>>>>>>>>>>>> controller.js onMessage: " + JSON.stringify(message));
|
||||
if (message.command === "chatgpt_send") {
|
||||
|
|
|
|||
Loading…
Reference in a new issue