mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
Remobved unused import from node-fetch example
This commit is contained in:
parent
28415a82d9
commit
99bd25a3fd
@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file.
|
||||
- Return `undefined` to match `noImplicitReturns` rule
|
||||
- Made `BaseHttpRequest` class abstract
|
||||
- Removed private fields using `#` inside `CancelablePromise`
|
||||
- Removed unneeded import `AbortController` from `node-fetch` client
|
||||
- Filter out wrong enum values
|
||||
|
||||
## [0.20.1] - 2022-02-25
|
||||
|
||||
@ -1,8 +1,7 @@
|
||||
{{>header}}
|
||||
|
||||
import { AbortController } from 'abort-controller';
|
||||
import FormData from 'form-data';
|
||||
import fetch, { BodyInit, Headers, RequestInit, Response } from 'node-fetch';
|
||||
import fetch, { Headers, RequestInit, Response } from 'node-fetch';
|
||||
|
||||
import { ApiError } from './ApiError';
|
||||
import type { ApiRequestOptions } from './ApiRequestOptions';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user