fix: resolve syntax error in background.js (unexpected token ')' at end of handleAsyncMessage)

This commit is contained in:
Timo
2026-04-22 13:48:11 +02:00
parent bcb3acb78e
commit 33e48a8278
+1 -2
View File
@@ -848,8 +848,7 @@ async function handleAsyncMessage(message, sender, sendResponse) {
} else if (message.type === 'LOG') {
addLog(`[Content] ${message.message}`, message.level || 'info');
}
return true; // Keep channel open for async responses
});
}
// Tab removal listener
chrome.tabs.onRemoved.addListener((tabId) => {