Skip to content

Commit

Permalink
Update nyu_custom_model_marc21.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnyu authored Jul 24, 2024
1 parent e0fa213 commit f4476f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/model/nyu_custom_model_marc21.rb
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ def handle_subjects(subjects)


# N.B. ind2 is an array at this point.
if ind2[1] == '7'
if ind2[1] == '7' || ind2[0] == '7'
sfs << ['2', subject['source']]
end

Expand Down

0 comments on commit f4476f1

Please sign in to comment.