From 52a3fa5e86c8444f5bdd8c7cff1901eec27e9799 Mon Sep 17 00:00:00 2001 From: Oj Date: Mon, 25 Apr 2022 14:55:18 +0100 Subject: [PATCH] [Splash > Backend] Minor source cleanup --- src/splash/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/splash/index.js b/src/splash/index.js index 1ea56e2..c553856 100644 --- a/src/splash/index.js +++ b/src/splash/index.js @@ -213,9 +213,7 @@ const initOld = () => { // "Old" (not v2 / new, win32 only) on('downloaded-module', segment(downloads)); on('installed-module', segment(installs)); - on('manual', ({ details }) => { // Host manual update required - sendState('manual', { details }); - }); + on('manual', (e) => sendState('manual', e)); // Host manual update required sendState(CHECKING_FOR_UPDATES);