diff --git a/packages/server/src/services/documentstore/index.ts b/packages/server/src/services/documentstore/index.ts index 20031b532b8..3492602fa11 100644 --- a/packages/server/src/services/documentstore/index.ts +++ b/packages/server/src/services/documentstore/index.ts @@ -180,7 +180,7 @@ const getDocumentStoreFileChunks = async (storeId: string, fileId: string, pageN }) if (found) { found.totalChars = totalChars - found.id = entity.id + found.id = fileId found.status = entity.status } const PAGE_SIZE = 50