forked from mystiq/hydrogen-web
fix selectAll
This commit is contained in:
parent
2a4d687160
commit
c60840bae9
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ export default class QueryTarget {
|
|||
const results = [];
|
||||
await iterateCursor(cursor, (value) => {
|
||||
results.push(value);
|
||||
return true;
|
||||
return false;
|
||||
});
|
||||
return results;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue