Fix variable name

This commit is contained in:
yflory 2021-04-14 10:55:08 +02:00
parent e16d2a19ae
commit 5e4a1827e8
1 changed files with 2 additions and 2 deletions

View File

@ -631,8 +631,8 @@ ctx.calendars[channel] = {
data.startDay = startDate.getFullYear() + '-' + (startDate.getMonth()+1) + '-' + startDate.getDate();
data.endDay = endDate.getFullYear() + '-' + (endDate.getMonth()+1) + '-' + endDate.getDate();
} else {
delete ev.startDay;
delete ev.endDay;
delete data.startDay;
delete data.endDay;
}
c.proxy.content = c.proxy.content || {};