Skip to content

Commit

Permalink
revert accidental commenting of subcategory override
Browse files Browse the repository at this point in the history
  • Loading branch information
wkdewey committed Aug 28, 2024
1 parent 22b2d32 commit 40393d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/datura/to_es/ead_to_es_items/fields.rb
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ def subjects
end

def subcategory
# subcategory = get_text(@xpaths["subcategory"])
# subcategory.length > 0 ? subcategory : "none"
subcategory = get_text(@xpaths["subcategory"])
subcategory.length > 0 ? subcategory : "none"
end

def text
Expand Down

0 comments on commit 40393d8

Please sign in to comment.