PR comments.
This commit is contained in:
parent
0899c6d661
commit
e137205de0
|
@ -179,9 +179,7 @@ export class DDInstrumentedDatabase implements Database {
|
||||||
style: opts?.style,
|
style: opts?.style,
|
||||||
timeout: opts?.timeout,
|
timeout: opts?.timeout,
|
||||||
num_doc_ids: opts?.doc_ids?.length,
|
num_doc_ids: opts?.doc_ids?.length,
|
||||||
query_params: opts?.query_params,
|
|
||||||
view: opts?.view,
|
view: opts?.view,
|
||||||
selector: opts?.selector,
|
|
||||||
})
|
})
|
||||||
return this.db.dump(stream, opts)
|
return this.db.dump(stream, opts)
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue