Skip to content

Commit

Permalink
copied the wrong import for logger to use in nifti.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
rwblair committed Sep 9, 2024
1 parent 7983022 commit 2381a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bids-validator/src/files/nifti.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { isCompressed, readHeader } from '@mango/nifti'
import type { BIDSFile } from '../types/filetree.ts'
import type { logger } from '../utils/logger.ts'
import { logger } from '../utils/logger.ts'
import type { NiftiHeader } from '@bids/schema/context'

async function extract(buffer: Uint8Array, nbytes: number): Promise<Uint8Array> {
Expand Down

0 comments on commit 2381a3a

Please sign in to comment.