mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 22:52:22 +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| {
|
||||
(
|
||||
format!("{}/{}", &self.path, &cal.id),
|
||||
CalendarFile {
|
||||
calendar: cal,
|
||||
principal: self.principal.to_owned(),
|
||||
},
|
||||
CalendarFile { calendar: cal },
|
||||
)
|
||||
})
|
||||
.collect())
|
||||
|
||||
Reference in New Issue
Block a user