Skip to content

Commit

Permalink
fix(sdk-core): rollback api-mock.ts to use deprecate fetch client fro…
Browse files Browse the repository at this point in the history
…m core (#2212)

## Proposed change

Rollback `api-mock.ts` to use deprecate fetch client from core.
This change will be part of #2117.

<!-- Please include a summary of the changes and the related issue.
Please also include relevant motivation and context. List any
dependencies that is required for this change. -->

## Related issues

- 🔗  Related to: #2117 

<!-- Please make sure to follow the contributing guidelines on
https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md -->
  • Loading branch information
cpaulve-1A authored Oct 2, 2024
2 parents 71063ed + 66dbcb2 commit 06939a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{#apiInfo}}
import { type ApiClient, isApiClient } from '@ama-sdk/core';
import { ApiFetchClient, type BaseApiFetchClientConstructor } from '@ama-sdk/client-fetch';
import { ApiFetchClient, type BaseApiFetchClientConstructor } from '@ama-sdk/core';

import * as api from '../api';

Expand Down

0 comments on commit 06939a6

Please sign in to comment.