chore(lint): format extension background script

This commit is contained in:
2026-03-04 02:47:24 +00:00
parent 10286c2924
commit 2c286af429

View File

@@ -84,8 +84,8 @@ async function refreshOffscreenDocument() {
chrome.runtime.onMessage.addListener(async (request, sender, sendResponse) => {
if (request.action === 'startSniffing') {
if (isSniffing) {
sendResponse({ status: 'already_started' });
return true;
sendResponse({ status: 'already_started' });
return true;
}
isSniffing = true;