PR comments.

This commit is contained in:
mike12345567 2024-11-22 16:42:09 +00:00
parent 0899c6d661
commit e137205de0
1 changed files with 0 additions and 2 deletions

View File

@ -179,9 +179,7 @@ export class DDInstrumentedDatabase implements Database {
style: opts?.style,
timeout: opts?.timeout,
num_doc_ids: opts?.doc_ids?.length,
query_params: opts?.query_params,
view: opts?.view,
selector: opts?.selector,
})
return this.db.dump(stream, opts)
})