From c4d57c88f4fca2fa571981b49e631113de996285 Mon Sep 17 00:00:00 2001 From: Mat Kelly Date: Thu, 2 Nov 2023 16:57:22 -0400 Subject: [PATCH] Rm redundant return --- mink-plugin/content.js | 1 - 1 file changed, 1 deletion(-) diff --git a/mink-plugin/content.js b/mink-plugin/content.js index 080c651..0584cef 100644 --- a/mink-plugin/content.js +++ b/mink-plugin/content.js @@ -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 }