Skip to content

Commit

Permalink
Add missing enrich_stories call for contributing_stories
Browse files Browse the repository at this point in the history
  • Loading branch information
andreymal committed Jun 12, 2023
1 parent ad5df0d commit 311ba74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mini_fiction/views/author.py
Expand Up @@ -102,7 +102,7 @@ def info(user_id=None, comments_page=1):
if not comments and comments_page != 1:
abort(404)

enrich_stories(stories)
enrich_stories(stories + (contributing_stories or []))

data.update({
'author': author,
Expand Down

0 comments on commit 311ba74

Please sign in to comment.