diff --git a/crates/dav/src/propfind.rs b/crates/dav/src/propfind.rs index 633e2bf..e565673 100644 --- a/crates/dav/src/propfind.rs +++ b/crates/dav/src/propfind.rs @@ -69,11 +69,7 @@ pub fn parse_propfind(body: &str) -> Result, Error> { } } -pub async fn handle_propfind< - A: CheckAuthentication, - R: ResourceService + ?Sized, - // C: CalendarStore + ?Sized, ->( +pub async fn handle_propfind( path: Path, body: String, req: HttpRequest,