mirror of
https://github.com/lennart-k/rustical.git
synced 2026-01-31 14:58:16 +00:00
Refactor: Rename uid to object_id
This commit is contained in:
@@ -273,7 +273,7 @@ impl<C: CalendarStore + ?Sized> ResourceService for CalendarResourceService<C> {
|
||||
(
|
||||
CalendarObjectResource::get_url(
|
||||
rmap,
|
||||
vec![&self.principal, &self.calendar_id, object.get_uid()],
|
||||
vec![&self.principal, &self.calendar_id, object.get_id()],
|
||||
)
|
||||
.unwrap(),
|
||||
object.into(),
|
||||
|
||||
Reference in New Issue
Block a user