Skip to content

Commit

Permalink
fix: Update assert to with
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Jan 3, 2025
1 parent 00a207b commit b384d9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/export/digitalPlanning/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {
formatProposalDetails,
parsePolicyRefs,
} from "../bops/index.js";
import jsonSchema from "./schema/schema.json" assert { type: "json" };
import jsonSchema from "./schema/schema.json" with { type: "json" };
import {
Application as Payload,
ApplicationType,
Expand Down
2 changes: 1 addition & 1 deletion src/utils/digitalPlanningSchema.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import jsonSchema from "../export/digitalPlanning/schema/schema.json" assert { type: "json" };
import jsonSchema from "../export/digitalPlanning/schema/schema.json" with { type: "json" };

/**
* For a given 'anyOf' enum definition in the JSON Schema (with properties `value` & `description`), return its valid `values`
Expand Down

0 comments on commit b384d9c

Please sign in to comment.