Skip to content

Commit

Permalink
Merge pull request #605 from nellh/remove-misspelled-modality
Browse files Browse the repository at this point in the history
Remove misspelled modality field from groupFileTypes
  • Loading branch information
olgn authored Oct 4, 2018
2 parents 0def212 + 1403cbe commit 3876694
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions validators/bids/groupFileTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ const groupFileTypes = (fileList, options) => {
bval: [],
bvec: [],
invalid: [],
modaility: [],
}
sortFiles(fileList, options, files)
// reportFileTypeCounts(files)
return files
}

Expand Down

0 comments on commit 3876694

Please sign in to comment.