@coozzy/cal-dav
Advanced tools
Comparing version 2.6.20 to 2.6.21
@@ -582,5 +582,5 @@ "use strict"; | ||
const events = []; | ||
let isRecurring = false; | ||
if (eventsData.length) { | ||
for (const eventData of eventsData) { | ||
let isRecurring = false; | ||
const calData = ICAL.parse(eventData.event); | ||
@@ -587,0 +587,0 @@ const comp = new ICAL.Component(calData); |
{ | ||
"name": "@coozzy/cal-dav", | ||
"version": "2.6.20", | ||
"version": "2.6.21", | ||
"description": "Simple cal dav client.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -761,5 +761,5 @@ import * as ICAL from 'ical.js'; | ||
const events: ICAL.EventOccurrence[] = []; | ||
let isRecurring = false; | ||
if(eventsData.length){ | ||
for(const eventData of eventsData){ | ||
let isRecurring = false; | ||
const calData = ICAL.parse(eventData.event); | ||
@@ -766,0 +766,0 @@ const comp = new ICAL.Component(calData); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
142648