aboutsummaryrefslogtreecommitdiffstats
path: root/src/webview/lib/RecipeWebview.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/webview/lib/RecipeWebview.js')
-rw-r--r--src/webview/lib/RecipeWebview.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/webview/lib/RecipeWebview.js b/src/webview/lib/RecipeWebview.js
index 84ac45ecc..b5793a5f1 100644
--- a/src/webview/lib/RecipeWebview.js
+++ b/src/webview/lib/RecipeWebview.js
@@ -59,7 +59,6 @@ class RecipeWebview {
59 indirect: Math.max(indirectInt, 0), 59 indirect: Math.max(indirectInt, 0),
60 }; 60 };
61 61
62
63 ipcRenderer.sendToHost('message-counts', count); 62 ipcRenderer.sendToHost('message-counts', count);
64 Object.assign(this.countCache, count); 63 Object.assign(this.countCache, count);
65 64