From d4a41deb0081ca07c189630afbbe15c0c6f3bf67 Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Sun, 2 Mar 2025 01:21:08 +0100 Subject: [PATCH] style: Restore unused variable names --- src-vue/src/plugins/modules/pull_requests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-vue/src/plugins/modules/pull_requests.ts b/src-vue/src/plugins/modules/pull_requests.ts index 9cbfe903..58d2edda 100644 --- a/src-vue/src/plugins/modules/pull_requests.ts +++ b/src-vue/src/plugins/modules/pull_requests.ts @@ -74,7 +74,7 @@ export const pullRequestModule = { const notification = showNotification(`Installing mods PR ${pull_request.number}`, 'Please wait', 'info', 0); await invoke("apply_mods_pr", { pullRequest: pull_request, gameInstall: store.state.game_install }) - .then(() => { + .then((_message) => { // Show user notification if mod install completed. showNotification( `Done`,