FIx note deletion (#4602)

This commit is contained in:
shamoon 2023-11-15 20:25:17 -08:00 committed by GitHub
parent bedd4dafc4
commit fec8f90b78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -583,7 +583,7 @@ class DocumentViewSet(
from documents import index
index.add_or_update_document(self.get_object())
index.add_or_update_document(doc)
return Response(self.getNotes(doc))