mirror of
https://github.com/urosran/cally.git
synced 2025-07-14 17:25:46 +00:00
Deletion fix
This commit is contained in:
@ -355,7 +355,8 @@ exports.processEventBatches = functions.pubsub
|
||||
content: notificationMessage,
|
||||
timestamp: admin.firestore.FieldValue.serverTimestamp(),
|
||||
creatorId,
|
||||
eventCount: events.length
|
||||
eventCount: events.length,
|
||||
eventId: events.length === 1 ? events[0].id : undefined
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user