Skip to content

Commit 58499a5

Browse files
committed
fix: lint
1 parent 9690499 commit 58499a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/search-manager/data/api.mock.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* istanbul ignore file */
22
// eslint-disable-next-line import/no-extraneous-dependencies
33
import fetchMock from 'fetch-mock-jest';
4-
import type { MultiSearchResponse, Meilisearch, Filter } from 'meilisearch';
4+
import type { MultiSearchResponse } from 'meilisearch';
55
import * as api from './api';
66

77
/**

0 commit comments

Comments
 (0)