Skip to content

Commit

Permalink
TMP: Remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMind committed Feb 7, 2025
1 parent 87f1037 commit a8d5130
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/olympia/hero/migrations/0014_auto_20200717_1120.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ def add_promoted_for_each_recommended(apps, schema_editor):
DiscoveryItem = apps.get_model('discovery', 'DiscoveryItem')
PromotedAddon = apps.get_model('promoted', 'PromotedAddon')
for disco in DiscoveryItem.objects.all():
# TODO: squash this to previous commit
group_id = (
PROMOTED_GROUP_CHOICES.RECOMMENDED
if disco.recommendable
Expand Down

0 comments on commit a8d5130

Please sign in to comment.