forked from mystiq/hydrogen-web
thinko with direction
This commit is contained in:
parent
8f7e5a799c
commit
b1e382d7c9
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ export default class QueryTarget {
|
|||
}
|
||||
|
||||
reduceReverse(range, reducer, initialValue) {
|
||||
return this._reduce(range, reducer, initialValue, "next");
|
||||
return this._reduce(range, reducer, initialValue, "prev");
|
||||
}
|
||||
|
||||
selectLimit(range, amount) {
|
||||
|
@ -94,4 +94,4 @@ export default class QueryTarget {
|
|||
return result;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue