Skip to content

Commit 7593b70

Browse files
committed
Fix linting
1 parent fb7c192 commit 7593b70

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/client/instant-meilisearch-client.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ function createSearchContext(
103103
searchRequest: AlgoliaMultipleQueriesQuery,
104104
options: Context
105105
): SearchContext {
106-
107106
// Split index name and possible sorting rules
108107
const [indexUid, ...sortByArray] = searchRequest.indexName.split(':')
109108
const { params: instantSearchParams } = searchRequest

tests/search-resolver.tests.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ describe('Pagination browser test', () => {
7575
apiKey: '',
7676
})
7777
expect(mockedSearch).toHaveBeenCalledTimes(2)
78-
})
79-
78+
})
79+
8080
test('Test two identical and one different search parameters', async () => {
8181
const searchParameters1 = {
8282
indexName: 'movies',

0 commit comments

Comments
 (0)