mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
QuerySet typo
This commit is contained in:
parent
0528f91ada
commit
558ca3f34a
1 changed files with 1 additions and 0 deletions
|
@ -2670,6 +2670,7 @@ def _mark_story_as_unstarred(request):
|
|||
if story_id:
|
||||
starred_story = MStarredStory.objects(user_id=request.user.pk, story_guid=story_id)
|
||||
if starred_story:
|
||||
starred_story = starred_story[0]
|
||||
story_hashes = [starred_story.story_hash]
|
||||
else:
|
||||
story_hashes = [story_id]
|
||||
|
|
Loading…
Add table
Reference in a new issue