fix: independent try/catch per onboarding detection call
This commit is contained in:
@@ -143,6 +143,7 @@ onMounted(async () => {
|
||||
await recurringStore.fetchEntries()
|
||||
recurringStore.checkRecurrences()
|
||||
setInterval(() => recurringStore.checkRecurrences(), 60000)
|
||||
setInterval(() => onboardingStore.detectCompletions(), 5 * 60000)
|
||||
|
||||
// Background calendar sync
|
||||
async function syncCalendars() {
|
||||
|
||||
Reference in New Issue
Block a user