Skip to content

Commit

Permalink
fix key name
Browse files Browse the repository at this point in the history
  • Loading branch information
edulauer committed Nov 11, 2024
1 parent da3ef2f commit c53cbc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/dou_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def search_text(
item["id"] = content["classPK"]
item["display_date_sortable"] = content["displayDateSortable"]
item["hierarchyList"] = content["hierarchyList"]
item["arttype"] = content["arttype"]
item["arttype"] = content["artType"]

all_results.append(item)

Expand Down

0 comments on commit c53cbc3

Please sign in to comment.