Skip to content

Commit 8fa9bfe

Browse files
committed
fix linting
1 parent 1b4fc7a commit 8fa9bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension/background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ chrome.runtime.onMessage.addListener((request, sender) => {
181181
tabsObj[tabId].index = 1;
182182

183183
// send a message to devtools
184-
portsArr.forEach(bg =>
184+
portsArr.forEach(bg =>
185185
bg.postMessage({
186186
action: 'initialConnectSnapshots',
187187
payload: tabsObj,

0 commit comments

Comments
 (0)