Skip to content

Commit

Permalink
Fixed misspelling (#2476)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuastegmaier committed Jul 31, 2024
1 parent 371d820 commit 2ad61b5
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 2ad61b5

Please sign in to comment.