fix typo related to collection delete hook, fixes https://github.com/Kozea/Radicale/issues/1920
This commit is contained in:
@@ -87,7 +87,7 @@ class ApplicationPartDelete(ApplicationBase):
|
|||||||
path=access.path,
|
path=access.path,
|
||||||
content=i.uid,
|
content=i.uid,
|
||||||
uid=i.uid,
|
uid=i.uid,
|
||||||
old_content=item.serialize(), # type: ignore
|
old_content=i.serialize(), # type: ignore
|
||||||
new_content=None
|
new_content=None
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user