Skip to content

Commit

Permalink
adds 752 to subject field list
Browse files Browse the repository at this point in the history
  • Loading branch information
niquerio committed Sep 3, 2024
1 parent f92b71f commit b7f7b53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion umich_catalog_indexing/lib/common/subjects.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ class Subjects
"657" => "avxyz",
"658" => "ab",
"662" => "abcdefgh",
"690" => "abcdevxyz"
"690" => "abcdevxyz",
"752" => "abcdefgh"
}
SUBJECT_FIELDS = TOPICS.keys
REMEDIATION_MAP = RemediationMap.new
Expand Down

0 comments on commit b7f7b53

Please sign in to comment.