Skip to content

Commit

Permalink
chore: process linting mishap
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Aug 25, 2024
1 parent 3c09aae commit f0bf6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/modals/review.vue
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ async function handleConfirm() {
timeout: 5,
pauseOnHover: true
});
} catch (error) {
} catch {
showToast({
type: 'denied',
message: `Failed to ${
Expand Down

0 comments on commit f0bf6f7

Please sign in to comment.