Fix getKnownMessageAttachments query
This commit is contained in:
parent
cf43726664
commit
efa29dc800
2 changed files with 27 additions and 3 deletions
|
@ -5182,7 +5182,7 @@ async function getKnownMessageAttachments(
|
|||
count += 1;
|
||||
}
|
||||
|
||||
const done = messages.length < chunkSize;
|
||||
const done = rowids.length < chunkSize;
|
||||
return {
|
||||
attachments: Array.from(result),
|
||||
cursor: { runId, count, done },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue