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 68ec89a commit 3a6d694Copy full SHA for 3a6d694
src/templates/core/axios/sendRequest.hbs
@@ -5,7 +5,7 @@ const sendRequest = async <T>(
5
body: any,
6
formData: FormData | undefined,
7
headers: Record<string, string>,
8
- onCancel: OnCancel
+ onCancel: OnCancel,
9
additionalOptions: AxiosRequestConfig,
10
): Promise<AxiosResponse<T>> => {
11
const source = axios.CancelToken.source();
0 commit comments