Skip to content

Commit

Permalink
Update uploadNeuroDB/NeuroDB/MRI.pm
Browse files Browse the repository at this point in the history
Co-authored-by: Cécile Madjar <[email protected]>
  • Loading branch information
maximemulder and cmadjar authored Nov 19, 2024
1 parent f620a53 commit c3f46e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uploadNeuroDB/NeuroDB/MRI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ sub scan_type_text_to_id {
0, { MriScanTypeName => $type }
);

return @$mriScanTypeRef ? $mriScanTypeRef->[0]->{'ID'} : undef;
return @$mriScanTypeRef ? $mriScanTypeRef->[0]->{'MriScanTypeID'} : undef;
}


Expand Down

0 comments on commit c3f46e2

Please sign in to comment.