mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 07:02:24 +00:00
whoops, last commit created an error
This commit is contained in:
@@ -135,10 +135,7 @@ impl<C: CalendarStore + ?Sized> ResourceService for PrincipalResource<C> {
|
|||||||
.map(|cal| {
|
.map(|cal| {
|
||||||
(
|
(
|
||||||
format!("{}/{}", &self.path, &cal.id),
|
format!("{}/{}", &self.path, &cal.id),
|
||||||
CalendarFile {
|
CalendarFile { calendar: cal },
|
||||||
calendar: cal,
|
|
||||||
principal: self.principal.to_owned(),
|
|
||||||
},
|
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
.collect())
|
.collect())
|
||||||
|
|||||||
Reference in New Issue
Block a user