Skip to content

Commit 724eaf2

Browse files
committed
chore: use finally instead of catch
#5416 (comment) Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent b6febf0 commit 724eaf2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/views/Settings/Reminders.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,8 @@ export default {
149149
this.reminderState = this.reminderDaysBefore > 0
150150
|| this.reminderDaysBetween > 0
151151
|| this.max > 0
152-
153-
this.loading = false
154152
})
155-
.catch(() => {
153+
.finally(() => {
156154
this.loading = false
157155
})
158156
},

0 commit comments

Comments
 (0)