Skip to content

Commit

Permalink
chore: add extension
Browse files Browse the repository at this point in the history
  • Loading branch information
fernando.cano committed Jan 17, 2024
1 parent 516e935 commit 4198ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/documentParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* file, You can obtain one at https://mozilla.org/MPL/2.0/.
*/
import { resolveSchemaName, parseTypes } from '.';
import { OPEN_API_OPERATIONS } from '../const/index';
import { OPEN_API_OPERATIONS } from '../const/index.js';
import { DataObject, Path } from '../types';

export function parseDocument(data: DataObject) {
Expand Down

0 comments on commit 4198ac6

Please sign in to comment.