Skip to content

Commit

Permalink
loading nifti headers wasn't awaited for some reason in load associat…
Browse files Browse the repository at this point in the history
…ions.
  • Loading branch information
rwblair committed Dec 14, 2023
1 parent 1163824 commit 5c0b910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bids-validator/src/schema/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export class BIDSContext implements Context {
this.loadSidecar(),
this.loadColumns(),
this.loadAssociations(),
this.loadNiftiHeader(),
])
this.loadNiftiHeader()
}
}

0 comments on commit 5c0b910

Please sign in to comment.