Skip to content

Commit 3931b30

Browse files
committed
fix: Import schema correctly from JSR
1 parent eb205a7 commit 3931b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bids-validator/src/setup/loadSchema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { Schema } from '../types/schema.ts'
22
import { objectPathHandler } from '../utils/objectPathHandler.ts'
3-
import * as schemaDefault from '@bids/schema/schema' with { type: 'json' }
3+
import default as schemaDefault from '@bids/schema/schema' with { type: 'json' }
44
import { setCustomMetadataFormats } from '../validators/json.ts'
55

66
/**

0 commit comments

Comments
 (0)