fix typo related to collection delete hook, fixes https://github.com/Kozea/Radicale/issues/1920

This commit is contained in:
Peter Bieringer
2025-11-25 20:02:50 +01:00
parent bde2560bf4
commit 62166eb2cc

View File

@@ -87,7 +87,7 @@ class ApplicationPartDelete(ApplicationBase):
path=access.path,
content=i.uid,
uid=i.uid,
old_content=item.serialize(), # type: ignore
old_content=i.serialize(), # type: ignore
new_content=None
)
)