Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rpenido committed Sep 26, 2024
1 parent 9690499 commit 58499a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/search-manager/data/api.mock.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* istanbul ignore file */
// eslint-disable-next-line import/no-extraneous-dependencies
import fetchMock from 'fetch-mock-jest';
import type { MultiSearchResponse, Meilisearch, Filter } from 'meilisearch';
import type { MultiSearchResponse } from 'meilisearch';
import * as api from './api';

/**
Expand Down

0 comments on commit 58499a5

Please sign in to comment.