Skip to content

Commit

Permalink
fix(schema): fix import on getJsonSchema
Browse files Browse the repository at this point in the history
Closes: #2411
  • Loading branch information
Romakita committed Aug 20, 2023
1 parent 48828a1 commit 8b62ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/specs/schema/src/utils/getJsonSchema.ts
@@ -1,5 +1,5 @@
import {Type} from "@tsed/core";
import "../components";
import "../components/index";
import type {JsonEntityStore} from "../domain/JsonEntityStore";
import {SpecTypes} from "../domain/SpecTypes";
import {JsonSchemaOptions} from "../interfaces/JsonSchemaOptions";
Expand Down

0 comments on commit 8b62ff6

Please sign in to comment.