We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0632b2 commit 2a706fdCopy full SHA for 2a706fd
src/templates/core/axios/request.hbs
@@ -2,7 +2,7 @@
2
3
import axios from 'axios';
4
import type { AxiosError, AxiosRequestConfig, AxiosResponse } from 'axios';
5
-import FormData from 'form-data';
+import * as FormData from 'form-data';
6
7
import { ApiError } from './ApiError';
8
import type { ApiRequestOptions } from './ApiRequestOptions';
src/templates/core/node/request.hbs
@@ -1,6 +1,6 @@
1
{{>header}}
import fetch, { Headers } from 'node-fetch';
import type { RequestInit, Response } from 'node-fetch';
import type { AbortSignal } from 'node-fetch/externals';
0 commit comments