add comment

This commit is contained in:
Lennart
2024-10-28 17:21:37 +01:00
parent f3672ff986
commit a44cbeb687

View File

@@ -238,6 +238,7 @@ impl CalendarStore for SqliteStore {
ics
)
} else {
// If the object already exists a database error is thrown and handled in error.rs
sqlx::query!(
"INSERT INTO calendarobjects (principal, cal_id, id, ics) VALUES (?, ?, ?, ?)",
principal,