mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
- Fix bad constructor
This commit is contained in:
parent
e744a4f0a3
commit
418c95caad
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue