mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 04:42:15 +00:00
fix typo
This commit is contained in:
@@ -55,7 +55,7 @@ pub async fn get_objects_calendar_multiget<C: CalendarStore + ?Sized>(
|
|||||||
match store.get_object(principal, cid, uid).await {
|
match store.get_object(principal, cid, uid).await {
|
||||||
Ok(object) => result.push(object),
|
Ok(object) => result.push(object),
|
||||||
Err(rustical_store::Error::NotFound) => not_found.push(href.to_owned()),
|
Err(rustical_store::Error::NotFound) => not_found.push(href.to_owned()),
|
||||||
// TODO: Maybe add event handling on a per-event basis
|
// TODO: Maybe add error handling on a per-object basis
|
||||||
Err(err) => return Err(err.into()),
|
Err(err) => return Err(err.into()),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user