Skip to content

Commit 78691cb

Browse files
authored
Followup fix for importFileExtension config for typescript-axios (#21541)
1 parent 81e135e commit 78691cb

File tree

1 file changed

+1
-1
lines changed
  • modules/openapi-generator/src/main/resources/typescript-axios

1 file changed

+1
-1
lines changed

modules/openapi-generator/src/main/resources/typescript-axios/api.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import FormData from 'form-data'
1717
{{/withNodeImports}}
1818
// Some imports not used depending on template conditions
1919
// @ts-ignore
20-
import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from './common';
20+
import { DUMMY_BASE_URL, assertParamExists, setApiKeyToObject, setBasicAuthToObject, setBearerAuthToObject, setOAuthToObject, setSearchParams, serializeDataIfNeeded, toPathString, createRequestFunction } from './common{{importFileExtension}}';
2121
import type { RequestArgs } from './base{{importFileExtension}}';
2222
// @ts-ignore
2323
import { BASE_PATH, COLLECTION_FORMATS, BaseAPI, RequiredError, operationServerMap } from './base{{importFileExtension}}';

0 commit comments

Comments
 (0)