fix(calendar): NaN guard on subscription IDs, user_modified for all external sources
This commit is contained in:
@@ -224,6 +224,7 @@ async function runSync() {
|
||||
appleCalendar.sync().catch((e) => logSync.error('Apple Fehler:', e.message));
|
||||
}
|
||||
|
||||
// ICS: kein Guard nötig — sync() fragt die DB ab und kehrt sofort zurück wenn keine Abonnements existieren
|
||||
icsSubscription.sync().catch((e) => logSync.error('ICS Fehler:', e.message));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user