adding a document loader returns the correct id (#2538)
This commit is contained in:
parent
55f52c4d50
commit
bdbb6f850a
|
|
@ -180,7 +180,7 @@ const getDocumentStoreFileChunks = async (storeId: string, fileId: string, pageN
|
||||||
})
|
})
|
||||||
if (found) {
|
if (found) {
|
||||||
found.totalChars = totalChars
|
found.totalChars = totalChars
|
||||||
found.id = entity.id
|
found.id = fileId
|
||||||
found.status = entity.status
|
found.status = entity.status
|
||||||
}
|
}
|
||||||
const PAGE_SIZE = 50
|
const PAGE_SIZE = 50
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue