Skip to content

Commit cf08f8b

Browse files
committed
fix
1 parent 87aaec0 commit cf08f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/core/axios/sendRequest.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const sendRequest = async <T>(
55
body: any,
66
formData: FormData | undefined,
77
headers: Record<string, string>,
8-
onCancel: OnCancel
8+
onCancel: OnCancel,
99
axiosClient: AxiosInstance
1010
): Promise<AxiosResponse<T>> => {
1111
const source = axios.CancelToken.source();

0 commit comments

Comments
 (0)