mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
Fix edge case: export empty calendars
This commit is contained in:
parent
f26a3712fd
commit
b2201dba5a
@ -52,7 +52,7 @@ define([
|
||||
|
||||
|
||||
module.main = function (userDoc) {
|
||||
var content = userDoc.content;
|
||||
var content = userDoc.content || {};
|
||||
|
||||
var ICS = [
|
||||
'BEGIN:VCALENDAR',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user