Skip to content

Commit ea096d5

Browse files
committed
fix: lint 오류 수정
1 parent 5de7d22 commit ea096d5

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

packages/patchlogr-adapter-oas/src/oas-v2/toCanonicalSchema.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { type CanonicalSchema } from "@patchlogr/types";
22
import { type OpenAPIV2 } from "openapi-types";
3-
import type { OpenAPISchemaObjectWithCommonProps } from "../oas-common/schemaGuards";
43
import { isSchemaObject } from "../oas-common/schemaGuards";
54

65
export function toCanonicalSchema(

packages/patchlogr-cli/src/commands/diff.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
} from "@patchlogr/core";
99

1010
import { Command } from "commander";
11-
import { OpenAPI } from "openapi-types";
11+
import { type OpenAPI } from "openapi-types";
1212

1313
import fs from "fs/promises";
1414

0 commit comments

Comments
 (0)