Skip to content

Commit

Permalink
Fixed misspelling (#2477)
Browse files Browse the repository at this point in the history
* Install non-English languages with tesseract (#2421)

* Removed inadvertent addition of review_count to user admin�[B (#2474)

* Fixed misspelling

* Re-added code removed during merge

---------

Co-authored-by: Jen Kuenning <jkue@loc.gov>
  • Loading branch information
joshuastegmaier and jkueloc committed Jul 31, 2024
1 parent e17354b commit 0a049aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion importer/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ def import_item(self, import_item):
asset_title = f"{import_item.item.item_id}-{idx}"
item_asset = Asset(
item=import_item.item,
campagin=import_item.item.project.campaign,
campaign=import_item.item.project.campaign,
title=asset_title,
slug=slugify(asset_title, allow_unicode=True),
sequence=idx,
Expand Down

0 comments on commit 0a049aa

Please sign in to comment.