Skip to content

Commit 3c48015

Browse files
committed
Fix lint
1 parent 2faf088 commit 3c48015

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/chrome-extension/src/background.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,9 @@ chrome.runtime.onMessage
6767
);
6868

6969
sendResponse({ success: true });
70-
return true; // Keep message channel open for async response
7170
}
71+
72+
return true; // Keep message channel open for async response
7273
});
7374

7475
// Handle extension install/update

0 commit comments

Comments
 (0)