mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 21:42:34 +00:00
Fix bug in addressbook multiget
This commit is contained in:
@@ -40,6 +40,7 @@ pub async fn get_objects_addressbook_multiget<AS: AddressbookStore>(
|
||||
let mut path = Path::new(href.as_str());
|
||||
if !resource_def.capture_match_info(&mut path) {
|
||||
not_found.push(href.to_owned());
|
||||
continue;
|
||||
};
|
||||
let object_id = path.get("object_id").unwrap();
|
||||
match store
|
||||
|
||||
Reference in New Issue
Block a user