Skip to content

Commit 5df0758

Browse files
author
Shiranuit
committed
fix search next overriding the incremented from value resulting in the same result being returned each time
1 parent d247e95 commit 5df0758

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/searchResult/SearchResultBase.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ export class SearchResultBase<T> implements SearchResult<T> {
170170
action: this._searchAction,
171171
from: this.fetched,
172172
},
173-
this._options
174173
)
175174
.then(({ result }) => this._buildNextSearchResult(result));
176175
}

0 commit comments

Comments
 (0)