Skip to content

Commit

Permalink
fix: path
Browse files Browse the repository at this point in the history
  • Loading branch information
phanshiyu committed Apr 26, 2024
1 parent c5a5c96 commit 9561fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/utils/diagnose.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { ArrayProof, Signature, SignatureStrict } from "../../2.0/types";
import { clone, cloneDeepWith } from "lodash";
import { buildAjv, getSchema } from "../ajv";
import { Kind, Mode } from "./@types/diagnose";
import { v4Diagnose } from "src/4.0/diagnose";
import { v4Diagnose } from "../../4.0/diagnose";

type Version = "2.0" | "3.0" | "4.0";

Expand Down

0 comments on commit 9561fbe

Please sign in to comment.