Skip to content

Commit

Permalink
Update bids-validator/src/setup/loadSchema.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Ross Blair <[email protected]>
  • Loading branch information
effigies and rwblair authored Aug 26, 2024
1 parent 3931b30 commit 2c7239f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bids-validator/src/setup/loadSchema.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Schema } from '../types/schema.ts'
import { objectPathHandler } from '../utils/objectPathHandler.ts'
import default as schemaDefault from '@bids/schema/schema' with { type: 'json' }
import { default as schemaDefault } from '@bids/schema/schema' with { type: 'json' }
import { setCustomMetadataFormats } from '../validators/json.ts'

/**
Expand Down

0 comments on commit 2c7239f

Please sign in to comment.