Skip to content

Commit

Permalink
fix transport imports
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Jan 18, 2022
1 parent eab290f commit 33efb23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/server/elasticsearch/client/create_transport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import type {
TransportRequestParams,
TransportRequestOptions,
TransportResult,
} from '@elastic/transport';
import type { TransportOptions } from '@elastic/transport/lib/Transport';
TransportOptions,
} from '@elastic/elasticsearch/lib/Transport';
import { Transport } from '@elastic/elasticsearch';
import { isUnauthorizedError } from './errors';
import { InternalUnauthorizedErrorHandler, isRetryResult } from './retry_unauthorized';
Expand Down

0 comments on commit 33efb23

Please sign in to comment.