mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-04 22:53:08 +00:00
updates
This commit is contained in:
parent
c25eb3a207
commit
46a29128de
@ -428,8 +428,8 @@ method query*(
|
||||
|
||||
iter.finished = childIter.finished
|
||||
var
|
||||
res = ThreadResult[DbQueryResponse]()
|
||||
ctx = TaskCtx[DbQueryResponse](
|
||||
res = ThreadResult[QueryResponse]()
|
||||
ctx = TaskCtx[QueryResponse](
|
||||
ds: self.ds,
|
||||
res: addr res)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user