Skip to content

Commit e03d010

Browse files
author
Shiranuit
committed
lint
1 parent 5df0758 commit e03d010

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

src/core/searchResult/SearchResultBase.ts

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -164,13 +164,11 @@ export class SearchResultBase<T> implements SearchResult<T> {
164164
}
165165

166166
return this._kuzzle
167-
.query(
168-
{
169-
...this._request,
170-
action: this._searchAction,
171-
from: this.fetched,
172-
},
173-
)
167+
.query({
168+
...this._request,
169+
action: this._searchAction,
170+
from: this.fetched,
171+
})
174172
.then(({ result }) => this._buildNextSearchResult(result));
175173
}
176174

0 commit comments

Comments
 (0)