Skip to content

Commit

Permalink
add json assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
henri-egger committed Jun 29, 2023
1 parent 0ece978 commit d330bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/static/validator/validator.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// SPDX-License-Identifier: AGPL-3.0-or-later

import Ajv from 'ajv';
import Schema from '../schemas/wcs-manifest-schema.json';
import Schema from '../schemas/wcs-manifest-schema.json' assert { type: "json" };

const Validator = {
wcsManifest: '',
Expand Down

0 comments on commit d330bed

Please sign in to comment.