Skip to content

Commit

Permalink
style: Restore unused variable names
Browse files Browse the repository at this point in the history
  • Loading branch information
GeckoEidechse committed Mar 2, 2025
1 parent 7868c4a commit d4a41de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-vue/src/plugins/modules/pull_requests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand Down

0 comments on commit d4a41de

Please sign in to comment.