fix: Do not send document text when modifying title

This commit is contained in:
Tom Moor
2023-07-03 12:24:01 -04:00
parent 0aabcb8d22
commit a4ba1f18bc

View File

@@ -125,7 +125,6 @@ function InnerDocumentLink(
}
await documents.update({
id: document.id,
text: document.text,
title,
});
},