mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 22:52:22 +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());
|
let mut path = Path::new(href.as_str());
|
||||||
if !resource_def.capture_match_info(&mut path) {
|
if !resource_def.capture_match_info(&mut path) {
|
||||||
not_found.push(href.to_owned());
|
not_found.push(href.to_owned());
|
||||||
|
continue;
|
||||||
};
|
};
|
||||||
let object_id = path.get("object_id").unwrap();
|
let object_id = path.get("object_id").unwrap();
|
||||||
match store
|
match store
|
||||||
|
|||||||
Reference in New Issue
Block a user