whoops, last commit created an error

This commit is contained in:
Lennart
2024-09-29 12:25:24 +02:00
parent 04bc989271
commit c956189ceb

View File

@@ -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())