From 418c95caad7e7faee66e3756b52effacfae10e0c Mon Sep 17 00:00:00 2001 From: Nate Harris Date: Tue, 24 Jun 2025 23:23:07 -0600 Subject: [PATCH] - Fix bad constructor --- radicale/app/delete.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/radicale/app/delete.py b/radicale/app/delete.py index 8bd9f642..71317830 100644 --- a/radicale/app/delete.py +++ b/radicale/app/delete.py @@ -83,7 +83,6 @@ class ApplicationPartDelete(ApplicationBase): for i in item.get_all(): hook_notification_item_list.append( DeleteHookNotificationItem( - HookNotificationItemTypes.DELETE, access.path, i.uid, old_content=item.serialize() # type: ignore @@ -95,7 +94,6 @@ class ApplicationPartDelete(ApplicationBase): assert item.href is not None hook_notification_item_list.append( DeleteHookNotificationItem( - HookNotificationItemTypes.DELETE, access.path, item.uid, old_content=item.serialize() # type: ignore