Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Owocki authored and Kevin Owocki committed Dec 20, 2021
1 parent e864f2a commit 62b4c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/retail/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ def get_specific_activities(what, trending_only, user, after_pk, request=None, p

# single activity
if 'activity:' in what:
activities = Activity.objects.filter(activities_index__key=what.replace('activity:', ''))
activities = Activity.objects.filter(pk=what.replace('activity:', ''))
filter_applied = True

# Defaults
Expand Down

0 comments on commit 62b4c5b

Please sign in to comment.