some refactoring

This commit is contained in:
Lennart
2025-01-01 15:07:22 +01:00
parent 72688f1761
commit 646919587e
7 changed files with 19 additions and 26 deletions

View File

@@ -225,7 +225,7 @@ pub async fn handle_calendar_query<C: CalendarStore + ?Sized>(
object,
principal: principal.to_owned(),
}
.propfind(&path, props.clone(), user, req.resource_map())?,
.propfind(&path, &props, user, req.resource_map())?,
);
}