Skip to content

Commit 693d332

Browse files
committed
Remove response var
1 parent e9012ca commit 693d332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wrap-store/wrapStore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export default (store, {
167167
for(const tab of tabs){
168168
browserAPI.tabs.sendMessage(tab.id, {action: 'storeReady'});
169169
}
170-
}, (response) => {
170+
}, () => {
171171
if (chrome.runtime.lastError) {
172172
// do nothing - errors can be present
173173
// if no content script exists on reciever

0 commit comments

Comments
 (0)