Skip to content

Commit 4198ac6

Browse files
author
fernando.cano
committed
chore: add extension
1 parent 516e935 commit 4198ac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/documentParser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
55
*/
66
import { resolveSchemaName, parseTypes } from '.';
7-
import { OPEN_API_OPERATIONS } from '../const/index';
7+
import { OPEN_API_OPERATIONS } from '../const/index.js';
88
import { DataObject, Path } from '../types';
99

1010
export function parseDocument(data: DataObject) {

0 commit comments

Comments
 (0)