Skip to content

Commit feebf12

Browse files
committed
chore: rename process-doc -> document
1 parent d8ec5fd commit feebf12

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

src/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { join } from 'node:path';
22
import { ESLint } from 'eslint';
33
import type { OpenAPIV3 } from 'openapi-types';
44
import { IndentationText, Project, QuoteKind, ScriptTarget } from 'ts-morph';
5-
import { processOpenApiDocument } from '../lib/process-doc.js';
5+
import { processOpenApiDocument } from '../lib/process-document.js';
66

77
export async function build(
88
inputFile: string,

0 commit comments

Comments
 (0)