Skip to content

Commit 9056e8a

Browse files
committed
build: fix linter issues
1 parent 534d552 commit 9056e8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/createMediaType.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { Entry } from "~/types/entry";
2-
import type { MediaTypeObject } from "@omer-x/openapi-types/media-type";
32
import type { SchemaObject } from "@omer-x/json-schema-types";
3+
import type { MediaTypeObject } from "@omer-x/openapi-types/media-type";
44

55
export default function createMediaType(
66
schema: SchemaObject,

0 commit comments

Comments
 (0)