mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-15 05:32:25 +00:00
dav: update get_members
This commit is contained in:
@@ -64,11 +64,7 @@ impl ResourceService for RootResource {
|
||||
type MemberType = RootFile;
|
||||
type File = RootFile;
|
||||
|
||||
async fn get_members(
|
||||
&self,
|
||||
_auth_info: AuthInfo,
|
||||
_path_components: Self::PathComponents,
|
||||
) -> Result<Vec<Self::MemberType>> {
|
||||
async fn get_members(&self, _auth_info: AuthInfo) -> Result<Vec<Self::MemberType>> {
|
||||
Ok(vec![])
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user