Skip to content

Commit

Permalink
Rm redundant return
Browse files Browse the repository at this point in the history
  • Loading branch information
machawk1 committed Nov 2, 2023
1 parent a32a89c commit c4d57c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mink-plugin/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,6 @@ chrome.runtime.onMessage.addListener(function (request, sender, sendResponse) {
}, function (response) {
log('We have a response!') // This will not occur due to async exec in mink.js
})
return
}
return
}
Expand Down

0 comments on commit c4d57c8

Please sign in to comment.