From 5a865dfc7e852a64220cd4f0183515ef4432f7cd Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Thu, 4 Feb 2021 02:07:38 -0500 Subject: [PATCH] pluginfw: Delete unused return value --- src/static/js/pluginfw/read-installed.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/static/js/pluginfw/read-installed.js b/src/static/js/pluginfw/read-installed.js index d0866ee79..f24fe8dc8 100644 --- a/src/static/js/pluginfw/read-installed.js +++ b/src/static/js/pluginfw/read-installed.js @@ -279,7 +279,6 @@ const findUnmet = (obj) => { deps[d] = found; } } - return obj; }; const copy = (obj) => {